Solved

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

Question 46

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