Multiple Choice
Classes that inherit from the Error class are:
A) for exceptions that are thrown when a critical error occurs, and the application program should not try to handle them
B) for exceptions that are thrown when a critical error occurs, and the application program should try to handle them
C) for exceptions that are thrown when an IOException occurs, and the application program should not try to handle them
D) for exceptions that are thrown when an IOException error occurs, and the application program should try to handle them
Correct Answer:

Verified
Correct Answer:
Verified
Q25: A catch clause that uses a parameter
Q37: When an object is serialized, it is
Q41: In a try/catch construct, after the catch
Q45: If your code does not handle and
Q46: This is a section of code that
Q47: The throw statement informs the compiler that
Q52: If a random access file contains a
Q53: An exception's default error message can be
Q54: Under Windows, which of the following statements
Q55: In a multi-catch, (introduced in Java 7)