Answer Posted / awadhesh
For a given set of try catch only one exception block will
get executed. Notice in finally what you are having is a
new set of try catch statements. They are unrelated to the
one above , so it is wrong to say here that two catch
blocks were executed.
| Is This Answer Correct ? | 8 Yes | 1 No |
Post New Answer View All Answers
What is an inheritance ?Give an example in which inheritance is used?
what are the contents of an assembly ?
What is datasource c#?
What is the correct way of declaring an xml namespace?
What is the use of the dispose method in C# ?
Is python easier than c#?
What is difference between array and collection in c#?
Differentiate between method overriding from method overloading with its functionality?
What is ildasm and obfuscator in net?
What does immutable mean in c#?
Define clr in .net?
What are native functions?
Difference between StackPanel and RelativePanel ?
What is var c#?
What is strong name assembly?