Answer Posted / ravinder singh chauhan
We can use as many catch block with try block but executed
only one at a time...............
Is This Answer Correct ? | 31 Yes | 3 No |
Post New Answer View All Answers
What is console programming language?
What is the difference between returning iqueryable vs ienumerable?
what happens if you inherit multiple interfaces and they have conflicting method names?
Is boxing an implicit conversion?
If c# destructors are so different to c++ destructors, why did ms use the same syntax?
How to find Percentage, name ,College from a resume or document ? How to export these values to other page in C#?
How the versioning applies to Assemblies or can you explain version numbers?
What is a class in unity?
What is interface inheritance in c#?
What is an example of a delegate?
what is difference between destruct or and garbage collection ?
What is token in c#?
How can I get around scope problems in a try/catch?
What is difference between static and constant variable?
what is boxing and unboxing?can we initialize unboxing directly?