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
How do I create a delegate/multicastdelegate?
What is difference between for and foreach in c#?
What is the process of delegation?
What is the difference between Decorator and Adapter pattern?
What’s thread.sleep() in threading ?
What is int32?
How many static constructors are allowed in a class?
Why cannot you specify the accessibility modifier for methods inside the interface?
Can you declare struct members as protected?
What is difference between out and ref in c#?
What is xml serialization and deserialization in c#?
Are structs faster than classes?
Define collections?
What is entity framework in c#?
Can constructor be protected in c#?