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

Verified
Correct Answer:
Verified
Q48: When catching multiple exceptions that are related
Q49: If the code in a method can
Q50: If you want to append data to
Q51: In a try statement, the try clause
Q52: A class must implement the Serializable interface
Q54: The following catch statement can _. catch
Q55: When the code in a try block
Q56: The RandomAccessFile class treats a file as
Q57: The try statement may have an optional
Q58: When writing a string to a binary