Which of the following are examples of unchecked IOException IndexOutOfBoundsException NullPointerException ClassNotFoundException NumberFormatException
The following are unchecked exceptions: IndexOutOfBoundsException NullPointerException NumberFormatException
The remaining two are checked exceptions.