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

Explain the difference between const and static read-only?

0 Answers  


how to prevent a class from being inherited in c#.net?

0 Answers  


What is part of a method signature in c#?

0 Answers  


how to communicate inventory system and account system?

1 Answers  


What is the difference between namespace and class?

0 Answers  






What does out mean in c#?

0 Answers  


What do multicast delegates mean?

0 Answers  


Does c# have functions?

0 Answers  


What is difference between a type and class?

0 Answers   Arigo Infotech,


What is ioc containers c#?

0 Answers  


What is the use of regex in c#?

0 Answers  


What is a console application in c#?

0 Answers  


Categories