How many catch blocks can be there for a single try block?
Answer Posted / bikas pandey
You can have as many as catch block for a single try block
| Is This Answer Correct ? | 30 Yes | 1 No |
Post New Answer View All Answers
How to open a new form on button click in Windows forms?
Is it possible to have a static indexer in c#?
Describe ado.net?
What is generic method in c#?
Are c# constructors the same as c++ constructors?
Explain About .Net remoting
How we convert private assembly into public assembly?
What is the difference between method and constructor in c#?
Can an abstract class inherit from another abstract class c#?
Name which controls do not have events?
From a versioning perspective, what are the drawbacks of extending an interface as opposed to extending a class?
What is string pool in c#?
What do you mean by saying a "class is a reference type"?
Where is the keyword void used?
What is interface inheritance in c#?