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
Which is faster hashtable or dictionary?
What is difference between internal and protected internal in c#?
For read-only operation which property you have to designated?
Name some properties of thread class.
What is a view? What is the use of it?
Is it possible to restrict the scope of a field/method of a class to the classes in the same namespace?
What is a multicast c# delegate?
what is object-oriented programming (oop) language?
Can we customize the serialization process?
Can the accessibility of a type member be greater than the accessibility of its containing type?
What is a property c#?
To whom a method is accesssed if it is marked as protected internal ?
How big is a 64 bit integer?
Can we write class inside a class in c#?
Is comparable a functional interface?