Multiple Choice
All of the exceptions that you will handle are instances of classes that extend the __________ class.
A) IOException
B) Exception
C) Error
D) RunTimeException
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q12: If your code does not handle an
Q13: In a catch statement, what does the
Q14: To write data to a binary file,
Q15: In Java there are two categories of
Q16: In the following code, assume that inputFile
Q18: What will be the result of the
Q19: If the class SerializedClass contains references to
Q20: To read data from a binary file,
Q21: When you deserialize an object using the
Q22: In a multi-catch (introduced in Java 7)