Answer Posted / kiran
If a finally block contains a try catch block where in
exceptions can occur. In that case exception in the main
try catch block and the exceptions in finally block will
also be thrown.
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
How Reflection is used and what it's significance ?
What is an escape sequence? Name some string escape sequences in c#.
What are the types of comments in c#?
What is the boxing and unboxing in c#?
What is the delegates in c#?
What is extension method in c sharp?
What exception can an overridden method throw in comparison with the method it is overriding?
How can I produce an assembly?
Can I call a virtual method from a constructor/destructor?
Can arraylist store different data types in c#?
What is .net console?
What is the delegate in c#?
What does console readline do?
Should I make my destructor virtual?
What are the advantages of using delegates in c#?