Solved

If the Catch-Or-Declare Requirement for a Checked Exception Is Not

Question 3

Multiple Choice

If the catch-or-declare requirement for a checked exception is not satisfied ________.


A) the compiler will issue an error message indicating that the exception must be caught.
B) the compiler will issue an error message indicating that the exception must be caught or declared.
C) a stack trace will be displayed indicating the exception that has occurred and where it occurred.
D) a stack trace will be displayed, along with a message indicating that the exception must be caught.

Correct Answer:

verifed

Verified

Related Questions