Skip to content

Commit f6221f6

Browse files
committed
修复常见的Exception问题
1 parent 9afe51d commit f6221f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Java/Java基础面试题.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -921,7 +921,7 @@ class BMWCar extends Car implements Alarm {
921921
5. `NumberFormatException` //数字格式化异常
922922
6. `ArithmeticException` //数学运算异常
923923

924-
unchecked Exception:
924+
checked Exception:
925925

926926
1. `NoSuchFieldException` //反射异常,没有对应的字段
927927
2. `ClassNotFoundException` //类没有找到异常

0 commit comments

Comments
 (0)