Which option lists only those classes that belong to the unchecked exception category?

Given the classes: Which option lists only those classes that belong to the unchecked
exception category?

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



Leave a Reply 4

Your email address will not be published. Required fields are marked *


Boldoo

Boldoo

I think D. I unconfident.

Stephanie

Stephanie

IOException belongs to the checked Exceptions.

Vasily

Vasily

I suppose the correct answer is C

Gianmarcoelg

Gianmarcoelg

It is letter C because the first option is an error and the others are subclases of runtime exception