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
What is executereader in c#?
Define Abstract Class in C#
what are the differences between a class and structure
What is the difference between static and constant variables?
What is ispostback c#?
Why we use get and set property in c#?
I need code to connect ohter systems in the LAN and i want to display my website image over there and i want explain as a admin through phone. So i need code to access other system using C-Sharp. Any one please help me.Please give me the code. Advace thanks.
What is anonymous class in c#?
What is type class in c#?
What is overloading in c#?
What is multithreading with .net?
What is wrong with the sample program below?
Where is the keyword void used?
You have got 1 million parking slots. At a time a parking slot can be free or not. To get next slot easily which data structure to implement?
What's the difference between a method and a procedure?