Unchecked exception types - Core Java
Q. The following exceptions:
NullPointerException,
ArrayIndexOutOfBoundsException,
ArithmeticException,
NumberFormatException
are seen in _______- Published on 13 Jul 15a. Checked exception
b. Unchecked exception
c. Both A & B
d. None of the above
ANSWER: Unchecked exception