Programming - Exception Handling - Discussion

You Are Here :: Home > JAVA > Exception Handling - Discussion

 



Q.

The _____________________ block executes if and only if the try block exits.                         


A. try B. catch
C. Finally D. throws

Answer: Option C
Explaination:

 


The finally block executes if and only if the try block exits.




Discussion

Your Comments Goes here...
NameDiscussion