Sunday, 28 April 2013

If we write a goto or a return statement in try and catch block will the finally block execute ? | C#.Net Interview Questions

The code in then finally always run even if there are statements like goto or a return statements.

No comments: