Solved

If an Exception Is Thrown in a Catch Handler,any Code

Question 51

Multiple Choice

If an exception is thrown in a catch handler,any code in the handler that follows the thrown exception will:


A) generate a syntax error
B) generate a logic error
C) never be executed
D) run after the finally block is done

Correct Answer:

verifed

Verified

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

Related Questions