Solved

Classes That Inherit from the Error Class Are for Exceptions

Question 53

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:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions