Answer Posted / amina awan
Multiple catch blocks will not be executed. But we can use multiple catch blocks for a try block. The respective catch block will get executed according to the error arises.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What is the ouput of the following program?
What does console readline do in c#?
Can mvc be used for desktop applications?
Which class comes after the SortedList class?
the c# keyword .int. Maps to which .net type?
What is int32 in c#?
What is the difference between out and ref in c#?
What is datatable in c#?
Why abstract class is not instantiated in c#?
How much time will it take to learn unity?
Difference between a sub and a function in c#.
What is a nested type. Give an example?
What is global asax in c#?
What is yield break in c#?
What is difference between ienumerable and enumerable in c#?