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 a pre-requisite for connection pooling?

1 Answers  


Define a jagged array in c#?

0 Answers  


What is type safe code?

0 Answers  


Please write a program to display “welcome to bestinterviewquestion.com” in c#?

0 Answers  


What are the uses of namespaces?

0 Answers  






How many types of serialization are there in c#?

0 Answers  


What does || mean in programming?

0 Answers  


What does the keyword virtual mean in the method definition?

1 Answers  


Are all methods virtual in c#?

0 Answers  


What is a string in c#?

0 Answers  


What is assembly manifest?

0 Answers  


What are object pooling and connection pooling and difference? Where do we set the Min and Max Pool size for connection pooling?

0 Answers  


Categories