Can multiple catch blocks be executed?

Submitted by: Administrator
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.
Submitted by: Administrator

Read Online C# (Sharp) Programming Language Job Interview Questions And Answers