If we write a goto or a return statement in try and catch
block will the finally block execute?
Answer Posted / kranthi
Yes..irrespecitve of writing goto or return or exception
occured, finally block will execute.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
I want to print "Hello" even before main() is executed. How will you achieve that?
What is data quality assurance?
What do you mean by winforms in c#?
How do you escape c#?
What do you mean by jagged array?
Explain About disco and uddi
Difference between a sub and a function in c#.
What is the signature of a method?
Is cli same as the clr?
What is xaml in c#?
In .NET how can you solve the DLL Hell problem?
Is int a class in c#?
Which of the following API is used to hide a window?
How do you serialize an object?
what is a destructor?