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 the file extension for c#?
Explain the different types of delegates used in c#.
What is the use of tryparse in c#?
What is use of FormBoarderStyle Propertie
What are the different ways of method can be overloaded?
Can a constructor be private in c#?
What is null in database?
List the difference between the virtual method and the abstract method?
How does c# generics and c++ templates compare?
Can you explain template pattern?
What are the advantages of using partial classes?
What framework is used for performance testing/load testing?
What is the difference between system.text.stringbuilder and system.string?
How does bitwise xor work?
How do you achieve polymorphism in c#?