If we write a goto or a return statement in try and catch
block will the finally block execute?
Answer Posted / guest
yes, whatever may be the content of the try-catch blocks,
the finally block is going to execute
Is This Answer Correct ? | 11 Yes | 2 No |
Post New Answer View All Answers
What is variable in c#?
Describe ways of cleaning up objects in c#.
What is the symbol used for in c#?
What is append in c#?
What is difference between constants and read-only?
How the versioning applies to Assemblies or can you explain version numbers?
Is c# still popular?
In a single .NET DLL how many classes it contains?
Explain about multithreading?
Can a class have static constructor?
What is thread life cycle in c#?
Can we have multiple threads in one app domain?
Can abstract class be sealed in c#?
What is using keyword in C#?
Difference between debug.write and trace.write?