摘要: 常见异常类型:Java中的异常分为两大类: 1.Checked Exception(非Runtime Exception)2.Unchecked Exception(Runtime Exception) 算数异常类:ArithmeticExecption 空指针异常类型:NullPointerExc 阅读全文
posted @ 2020-07-29 13:03 天空丶城 阅读(187) 评论(0) 推荐(0) 编辑
……