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

Can an interface inherit class/abstract class.

1 Answers   Synechron,


What is sorted list in c#?

1 Answers  


Explain what are three test cases you should go through in unit testing?

1 Answers  


How can we Achieve Late binding in C#.Can any give one example.

5 Answers   Value Labs,


What is type safe code?

1 Answers  


What is meant by unicode characters?

1 Answers  


Can multiple catch blocks be executed?

1 Answers  


What is the best dependency injection c#?

1 Answers  


You are designing a user control. You created new property called backgroundimage which is of type image. You wanted to disable storing this property in the user’s form. How to achieve this?

1 Answers  


what is the difference between the debug class and trace class?

1 Answers   Rolta,


How do you debug an ASP.NET Web application?

1 Answers   Rolta, Siebel Systems,


What is a cs file?

1 Answers  


Categories