2021年4月30日

Java异常处理基础

摘要: 什么是异常? 异常是在程序中导致程序中断运行的一种指令流。 例如,现在有如下的操作代码: 1 public class ExceptionDemo01 { 2 public static void main(String argsp[]) { 3 int i = 10; 4 int j = 0; 5 阅读全文

posted @ 2021-04-30 22:57 澜沧居士 阅读(59) 评论(0) 推荐(0)

导航