📜  您在 java 代码示例中遇到的异常

📅  最后修改于: 2022-03-11 14:52:24.893000             🧑  作者: Mango

代码示例1
Unchecked:
-IndexOutOfBounds exception(while working with arrays/strings)
-NullPointerException(if I forget to instantiate the objects)
-ArithmaticException

Checked:
-IOException
-SQLException
-FileNotFountException