Can multiple catch blocks be executed?

Answer Posted / guest

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 ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the use of base keyword? Tell me a practical example for base keyword’s usage?

544


What is different between Static Constructor and Private Constructor?

466


Explain the advantage of using system.text.stringbuilder over system.string?

471


What is a clr (common language runtime)?

485


What are variables in c#?

497






Differentiate between response.expires and response.expiresabsolute?

552


What is the benefit of dependency injection c#?

488


Define using statement in c#?

521


What are static and dynamic variables?

648


What is autopostback in c#?

479


What is iqueryable in linq?

497


Is concurrent queue thread safe?

481


What is console programming language?

487


What is Implementation inheritance and interface inheritance?

497


What is an actual parameter?

495