Multiple Choice
Unchecked exceptions are those that inherit from the __________.
A) Error class or the RuntimeException class
B) Error class or the Exception class
C) Error class
D) ExceptionClass class or the RuntimeException class
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q38: The throw statement informs the compiler that
Q39: Given the following constructor code, which of
Q40: If the data.dat file does not exist,
Q41: In a try/catch construct, after the catch
Q42: The ability to catch multiple types of
Q44: The call stack is an internal list
Q45: When using the throw statement, if you
Q46: Beginning with Java7, to catch multiple exceptions
Q47: All exceptions are instances of classes that
Q48: When catching multiple exceptions that are related