Can multiple catch blocks be executed?



Can multiple catch blocks be executed?..

Answer / swapna

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 ?    8 Yes 0 No

Post New Answer

More C Sharp Interview Questions

What is lazy loading c#?

0 Answers  


How can you use abstract class and interface?

0 Answers   Accenture,


How to authenticate web service? When you enter the web service url in browser it should ask username and password. After entering the un&pwd we have to show its methods and service description(wsdl).

3 Answers  


If casting fails what type of exception is thrown?

0 Answers  


how to change a value of particular cell in a data grid

3 Answers  


Which of the following operations can you not perform on an ado.net dataset?

0 Answers  


what are delegates? How you used then in your project?

10 Answers   Hawk Eye, IndiaTimes, Kanbay,


Is overriding of a function possible in the same class?

0 Answers  


What is difference between private, protected, and public in C#?

0 Answers   B-Ways TecnoSoft,


What is concatenation and when should it be used?

0 Answers  


what are windows services?

0 Answers  


What .exe means?

0 Answers  


Categories