Solved

Which of the Following Statements About Checked and Unchecked Exceptions

Question 15

Multiple Choice

Which of the following statements about checked and unchecked exceptions is NOT true?


A) Handling of checked exceptions is enforced by the compiler.
B) Unchecked exceptions are the programmer's fault.
C) Unchecked exceptions belonging to subclasses of the RunTimeException class are beyond the control of the programmer.
D) Internal errors belonging to subclasses of the Error class are beyond the control of the programmer.

Correct Answer:

verifed

Verified

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

Related Questions