Can multiple catch blocks be executed?
Answer Posted / senthil kumar
No.We may have the multiple catch block.Every catch block
has the different exception.when code found any error
suitable exception will be fired.but only one catch block
executed.
Is This Answer Correct ? | 20 Yes | 1 No |
Post New Answer View All Answers
Can constructor be protected in c#?
What is difference between array and arraylist in c#?
what class is underneath the sortedlist class?
What is better C# or VB.NET?
What is the delegate in c#?
Explain About Postback
Can abstract class be instantiated c#?
Why do canadians say zed?
What Happens In Memory When You Box And Unbox A Value-type?
What is the default value of decimal in c#?
What is console based application?
What is array collection?
What is the default value of singleordefault?
What types of object can I throw as exceptions?
Is a decimal an integer?