Can multiple catch blocks be executed?
Answer Posted / daniel
No, once the proper catch code fires off, the control is
transferred to the finally block (if there are any), and
then whatever follows the finally block.
| Is This Answer Correct ? | 16 Yes | 3 No |
Post New Answer View All Answers
Is arraylist faster than linkedlist?
What does protected internal access modifier mean?
What is the value which is accepted by all data types ?
What is an array? Give the syntax for a single and multi-dimensional array?
What is dbml file in c#?
What is boxing & unboxing?
What is eager loading in c#?
Why delegates are type safe?
Why do we use static class in c#?
What is the symbol used for in c#?
What is expression c#?
How do I stop my console from closing in c#?
How do I join one form to another in c#?
What is strong name in c# and how can we use it?
Explain the types of errors in c#?