Multiple Choice
Classes that inherit from the Error class are
A) for exceptions that are thrown when an IOException 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 not try to handle them.
C) for exceptions that are thrown when an IOException error occurs, and the application program should try to handle them.
D) for exceptions that are thrown when a critical error occurs, and the application program should try to handle them.
Correct Answer:

Verified
Correct Answer:
Verified
Q21: When you deserialize an object using the
Q30: If a random access file contains a
Q32: Look at the following code:<br>FileInputStream fstream =
Q32: When you write a method that throws
Q37: When writing a string to a binary
Q38: A file that contains raw binary data
Q39: If the data.dat file does not exist,
Q42: The ability to catch multiple types of
Q56: The RandomAccessFile class treats a file as
Q59: A(n) _ is an object that is