Common Checked and Unchecked Exceptions:
1)Checked
- ClassNotFoundException, InstantiationException, illegaAccessException, NoSuchMethodException, IOException, EOFException, FileNotFoundException
2)Unchecked
- NullPointerException, NumberFormatException, ArithmeticException, ClassCastException, IllegalArgumentException,
IllegalStateException, ArrayIndexOutOfBoundException, StringIndexOutOfBoundException, IndexOutOfBoundException, NegativeArraySizeException