Answer Posted / mkm
dispose method is last method excuted in c# program
while finally will excute after the try block
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
Is concurrent queue thread safe?
Where do we use static class in c#?
What is primitive types in c#?
what is the purpose of using statement in c#
Can a private virtual method can be overridden?
What is the use of main method in c#?
Is it possible to execute multiple catch block for a single try statement?
What are the differences between events and delegates in c#?
what are the contents of an assembly ?
What is an array class?
How do I port "synchronized" functions from visual j++ to c#?
Why is hashset faster?
What are classes in c#?
What are scriptable objects?
What do you mean by object pooling?