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
posted @ 2021-04-30 22:57
posted @ 2021-04-26 10:07
posted @ 2021-04-10 01:43