Solved

Classes That Inherit from the Error Class Are

Question 50

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:

verifed

Verified

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

Related Questions