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 does args mean in c#?

0 Answers  


Which class does the remote object has to inherit?

0 Answers  


What is public or shared assemblies ?

0 Answers  


What is difference between function and method in c#?

0 Answers  


Distinguish between finally and finalize blocks?

0 Answers  


What is event delegate in c#?

0 Answers  


How will you allow a class to be inherited, but prevent the method from being over-ridden?

0 Answers   Siebel,


Are private class-level variables inherited?

2 Answers  


What is toint32 c#?

0 Answers  


Why do we need delegates in c#?

0 Answers  


what is namespace?

6 Answers  


What does int32 mean in c#?

0 Answers  


Categories