Solved

When a Program Throws an Exception Within a Method That

Question 61

Multiple Choice

When a program throws an exception within a method that has no try-catch block, which of the following statements about exception handling is true?


A) The user must decide whether to continue or terminate the program.
B) The current method must decide whether to continue or terminate.
C) The current method terminates immediately.
D) Execution will continue with the next statement in the method.

Correct Answer:

verifed

Verified

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

Related Questions