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
hi my question is about understanding a text the user entered to a site , so i want to analyse that text looking for some specific items such as "honda" "shoffere" etc.. so if this site could help or could tell me where to go with such question ,i wonder. thanks
How many types of interface are there in c#?
What is desktop example?
What is virtual in c#?
what is a destructor?
What are the types of serialization?
What is web forms in c#?
the c# keyword .int. Maps to which .net type?
What do u mean by delegation?
What is sqldatareader c#?
What are different types of classes in c#?
Is it possible to have different access modifiers on the get/set methods of a property in c#?
Is struct object oriented?
can you declare an override method to be static if the original method is not static?
Okay, so an int is a value type, and a class is a reference type. How can int be derived from object?