Thank You [I added UBB CODE tags to your source code to make it more readable. - Ajith] [This message has been edited by Ajith Kallambella (edited August 29, 2000).]
Rajesh Gupta
Greenhorn
Joined: Jun 21, 2000
Posts: 20
posted
0
Simple! exception is caught outside by the first catch statement outside the try catch block.After that finally block is getting executed.
Sunita Vontel
Ranch Hand
Joined: Aug 28, 2000
Posts: 72
posted
0
Hi Rajesh Thank you for the reply. If the inner exception "Ei" was thrown then will the both finally blocks execute?? Thanks