What is finally method in Exceptions

Showing Answers 1 - 3 of 3 Answers

M.Manikumar

  • Aug 13th, 2005
 

In java after the execution of try or catch block ,the statements following the catch block will not be executed and the control goes to another method or the program may be terminated. So in that instance if there is a piece of code that has to be executed after the try or catch block , this piece of code has to placed in finally block.

  Was this answer useful?  Yes

pradeep kumar rout

  • Sep 29th, 2005
 

 finally method in Exceptions ????

 

finally not a method in exception

  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