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
Are string objects mutable or immutable?
What is difference between comparable and comparator?
What is an event in c#?
Can we customize the serialization process?
What does executescalar return in c#?
Explain types of comment in c# with examples
What is a class level variable in c#?
How does foreach loop work in c#?
What do you know about device context?
Is c# still popular?
What exactly happens when we debug and build the program?
What do you mean by synchronous and asynchronous operations?
What is an escape sequence?
Is there an equivalent to the instanceof operator in visual j++?
How many types of namespaces available in version4?