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 is strongly typed in c#?
What is yield in c#?
What is a partial class. Give an example?
How to rotate an Image in C#?
how to print invert pyramid in c#
Does google use c#?
Can we have static indexer in c#?
Why do we need events in c#?
the c# keyword .int. Maps to which .net type?
what is IDisposal interface,IComparable,IEquatable,IFormatable
What is the difference between dataset and datatable in c#?
What is iqueryable and ienumerable in c#?
Is c# different than c++?
From which base class do all Web Forms inherit from?
List the different stages of a thread?