Solved

When a Program Throws an Exception Within a Method That

Question 100

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) Execution will continue with the next statement in the method.
B) The current method terminates immediately.
C) The current method must decide whether to continue or terminate.
D) The user must decide whether to continue or terminate the program.

Correct Answer:

verifed

Verified

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

Related Questions