Multiple Choice
Exception classes that are subclasses of ____ are unchecked.
A) EOFException
B) FileNotFoundException
C) IOException
D) RuntimeException
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q6: The has-a relationship between classes means that
Q7: An object that is a RuntimeException is
Q8: The superclass of all Java classes is
Q9: Each class that implements an interface must
Q10: A(n) _ class is used to store
Q12: A Java _ specifies the names, parameters,
Q13: The nextInt method will throw a(n) if
Q14: Classes that are not part of a
Q15: A _ is thrown when the token
Q16: ArrayIndexOutOfBoundsException is thrown by the JVM when