Given the classes: Which option lists only those classes that belong to the unchecked
exception category?
A.
ArrayIndexOutOfBoundException, IllegalArgumentException, FileNotFoundException
B.
FileNotFoundException, IOException, SQLException
C.
AssertionError, ArrayIndexOutOfBoundsException, ArithmeticException
D.
AssertionError, IOError, IOException
E.
ArithmeticException, FileNotFoundException, NumberFormatException
I think D. I unconfident.
IOException belongs to the checked Exceptions.
I suppose the correct answer is C
It is letter C because the first option is an error and the others are subclases of runtime exception