Solved

This Is Known as the Model of Exception Handling

Question 1

Multiple Choice

This is known as the model of exception handling.


A) after the last catch block (or the finally block,if there is one) ,termination
B) after the last catch block (or the finally block,if there is one) ,resumption
C) just after the throw point,termination
D) just after the throw point,resumption

Correct Answer:

verifed

Verified

Related Questions