Home » Unlabelled » Can two catch blocks be executed? | C#.Net Interview Questions
Sunday, 28 April 2013
Can two catch blocks be executed? | C#.Net Interview Questions
No, once the proper catch section is executed the control goes finally to block. So there will not be any scenarios in which multiple catch blocks will be executed.
No comments:
Post a Comment