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
How C# 4.0 supports dynamic programming language?
What do u mean by thread safe?
What are the fundamental oop concepts?
How do you create user defined data types in c#?
What is the class in c#?
Is typeof c#?
What is a dll in c#?
What is desktop GUI application?
What are the different types of delegation?
How do you remove white spaces from a string?
What is difference between string and stringbuffer in c#?
What are managed providers?
What is activator c#?
What is a interface in c#?
Can bool be null c#?