Sunday, 17 April 2011

Once the control switches to the catch block does it return back to the try block to execute the balance code?

No. Once the control jumps to the catch block it never returns to the try block but it goes to finally block(if present).

No comments:

Post a Comment