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
What is native image generator (ngen.exe)?
What is dictionary collection in c#?
How do I open the console window?
Why do we use yield in c#?
Is linkedhashset synchronized?
What are native methods?
Which of these string definitions will prevent escaping on backslashes in c#?
Where is c# compiler located?
Why do we need structs in c#?
Can hashtable have duplicate keys?
Is constructor a static method?
Is static thread safe?
What is expression tree in c#?
Does c# support multiple class inheritance?
What is a nullreferenceexception and how do I fix it?