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 cls, cts and clr in net?
Can a sealed class be used as a base class?
What is the difference between constants and read-only?
What is the difference between disposing of () and finalize() methods in c#?
Can we use "this" command within a static method?
What is code verification?
How do you create user defined data types in c#?
Is stringbuilder thread safe c#?
How do I format in c#?
What is the difference between a field and a property in c#?
What is main thread in c#?
How can you reference current thread of the method ?
Explain the Abstract class in c#.net
What is Reflection in .NET? Namespace? How will you load an assembly which is not referenced by current assembly?
What is array collection?