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 yield keyword?
What does dbml stand for?
Is string passed by reference in c#?
What do you mean by thread safe in c#?
Is namespace a class?
What is an escape sequence? Name some string escape sequences in c#.
How many variables do you need?
What are the steps to make an assembly to public?
What are partial classes and use of partial classes?
What is mean by c#?
Can a private virtual method can be overridden?
Can an interface extend a class c#?
Why is c# used?
How do I calculate relative time?
Explain About delegates