Programming - Exception Handling - Discussion

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

 



Q.

A ________________ block of code always executes, whether or not an exception has occurred.                         


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

Answer: Option C
Explaination:

 


A finally block of code always executes, whether or not an exception has occurred.




Discussion

Your Comments Goes here...
NameDiscussion