Solved

Which of the Following Statements About Checked and Unchecked Exceptions

Question 106

Multiple Choice

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


A) Checked exceptions are handled by the Java runtime.
B) The compiler ensures that the program is handling unchecked exceptions.
C) The compiler ensures that the program is handling checked exceptions.
D) All exceptions that are descendants of RunTimeException are checked exceptions.

Correct Answer:

verifed

Verified

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

Related Questions