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
What is a .aspx file?
Which are the access modifiers available in c#?
What is Wrapper class in dot net?
Is array a list?
What is dataset and dataadapter in c#?
What is the difference between an application domain and a process?
Define c# i/o classes? List the commonly used classes?
What is the difference between protected and private?
Differentiate between dataset and datareader?
What is the real use of interface in c#?
Are all methods virtual in c#?
How to find whether the application is run from inside ide or not?
What are sessions in c#?
How to find the current application file path while runtime?
What are the different ways of method can be overloaded?