Skip to content

Commit caa988e

Browse files
committed
Update b-1面试题总结-Java基础.md
1 parent c5c1e2e commit caa988e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/b-1面试题总结-Java基础.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -604,7 +604,7 @@ Java 代码在编译过程中,如果受检查异常没有被 `catch`/`throw`
604604

605605
Java 代码在编译过程中 ,我们即使不处理不受检查异常也可以正常通过编译。
606606

607-
`RuntimeException` 及其子类都统称为非受检查异常,例如:`NullPointExecrption`、`NumberFormatException`(字符串转换为数字)、`ArrayIndexOutOfBoundsException`(数组越界)、`ClassCastException`(类型转换错误)、`ArithmeticException`(算术错误)等。
607+
`RuntimeException` 及其子类都统称为非受检查异常,例如:`NullPoin​terException`、`NumberFormatException`(字符串转换为数字)、`ArrayIndexOutOfBoundsException`(数组越界)、`ClassCastException`(类型转换错误)、`ArithmeticException`(算术错误)等。
608608

609609
#### 2.1.29.2. Throwable 类常用方法
610610

0 commit comments

Comments
 (0)