Answer Posted / pompana gouda
Close this question.
Correct answer is:
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.
In the above case not only two catch blocks we can execute
many(N) number of catch blocks.
| Is This Answer Correct ? | 8 Yes | 4 No |
Post New Answer View All Answers
What are the applications of c#?
What are the ways in which client can create object on server in cao model?
How do I create a new form in c#?
How to transpose multi-dimensional array?
What is overloading in c#?
What are the 2 broad classifications of fields in c#?
In object oriented programming, how would you describe encapsulation in c#?
How to reduce image resolution in C#?
How do I convert a string to an int in c#?
What is static classes?
What is .net console?
Describe an interface class?
Do extension methods have to be static?
What is the difference between mobile application and desktop application?
What is private void in c#?