Can multiple catch blocks be executed?
Answer Posted / daniel
No, once the proper catch code fires off, the control is
transferred to the finally block (if there are any), and
then whatever follows the finally block.
| Is This Answer Correct ? | 16 Yes | 3 No |
Post New Answer View All Answers
What is assembly manifest?
What is final keyword in c#?
What is a float?
Explain about Serialize and MarshalByRef?
Where test director stores its data ? Database ,Local file etc...? I need to read this data from Visual Studio 2005 c# client. Regards
What is void in c#?
What is expression tree in c#?
What is “using” statement in c#?
What is difference between string and stringbuffer in c#?
What do you use c# for?
How do you set a class path?
What are the advantages of constructor?
What is property in c#?
can you create a function in c# which can accept varying number of arguments
What is bitwise operator in c#?