How many catch blocks can be used with a single try block in C#?

94. How many catch blocks can be used with a single try block in C#?

  1. One
  2. Two
  3. Many
  4. None of the above

Answer: C) Many

Explanation:

In C#, there can be multiple (many) catch blocks with a single try block.

Comments and Discussions!

Load comments ↻






Copyright © 2024 www.includehelp.com. All rights reserved.