Will finally block get executed if the exception had not
occurred?
Answer Posted / kirti
Yes.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are the types of attributes in c#?
What is a custom attribute?
I have 3 overloaded constructors in my class. In order to avoid making instance of the class do I need to make all constructors to private?
Explain polymorphism in c# with a simple example?
How long has c# been around?
Differentiate between the public and private ?
What are floating point numbers?
What is the use of private constructor in c#?
What is an assembly qualified name
What is the difference between ref and out in c#?
Explain the differences between static, void and public in c#?
Where do we use serialization in c#?
if a method is marked as protected internal who can access it?
What is array formula?
What is default value of bool in c#?