摘要: 会执行,如果有finally,在finally之后被执行,如果没有finally,在catch之后被执行 阅读全文
posted @ 2020-12-26 23:21 RanXingshuo 阅读(283) 评论(0) 推荐(0)
摘要: NullPointerException:空指针异常 ArrayIndexOutOfBoundsException:数组下标越界 NumberFormatException:数字转换异常 IllegalArgumentException:参数不匹配异常 InstantiationException: 阅读全文
posted @ 2020-12-26 23:20 RanXingshuo 阅读(137) 评论(0) 推荐(0)
摘要: Try块必须存在,catch和finally可以不存在,但不能同时不存在 阅读全文
posted @ 2020-12-26 23:19 RanXingshuo 阅读(92) 评论(0) 推荐(0)