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 executionterminates or an exception occurs within the execution of the finally clause.

Showing Answers 1 - 1 of 1 Answers

The finally clause of a try-catch-finally statement executed when the thread of execution terminates or an exception occurs within the execution of the finally clause.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions