摘要: 1.什么是异常 程序运行时,发生的不被期望的事件,它阻止了程序按照程序员的预期正常执行,这就是异常 常见的异常: 算术异常:ArithmeticExecption 空指针异常:NullPointerException 数组下标越界异常:ArrayIndexOutOfBoundsException 类 阅读全文
posted @ 2021-12-06 12:10 热望如鲸歌 阅读(103) 评论(0) 推荐(0)