If we write a goto or a return statement in try and catch
block will the finally block execute?
Answer Posted / kanan
Yes.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Are tuples immutable c#?
explain Garbage collector’s functionality on unmanaged code
What is the difference between abstract class and interface in c#?
What is sorted list in c#?
Explain the accessibility modifier protected internal?
Can we instantiate abstract class in c#?
What is a trace and asset? Explain some differences?
How C# 4.0 supports dynamic programming language?
Explain the difference between private and shared assembly?
What is use of singleton class in c#?
What is the .NET collection class that allows an element to be accessed using a unique key?
What is an array of arrays called?
Name the two classes are required for implementing a windows service?
What are c# attributes and its significance?
Why is static constructor called first?