Answer Posted / amina awan
Multiple catch blocks will not be executed. But we can use multiple catch blocks for a try block. The respective catch block will get executed according to the error arises.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
without modifying source code if we compile again, will it be generated MSIL again?
Does console.writeline() stop printing when it reaches a null character within a string?
what is difference between is and as operators in c#?
What is the difference between hashtable and dictionary in c#?
If the original method is not static you can declare an override method to be static or not?
What is use of console?
What is the difference between protected and private?
User's session is explicitly killed by which method ?
Why dictionary is faster than list?
What is use of hashtable in c#?
How to Install uninstall assemblies into GAC?
What is file extension of webservices?
What are desktop applications examples?
Can you store different types in an array in c#?
What is an array class?