When is the finally clause of a try-catch-finally statement executed

The finally clause of the try-catch-finally statement is always executed unless the threadof execution terminates or an exception occurs within the execution of the finally clause.

 

This Question is not yet answered!

 
 

Related Answered Questions

 

Related Open Questions