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
If a class derives from another class, will the derived class automatically contain all the public, protected, and internal members of the base class?
What is visual c# net?
What is escape sequence in c#?
What does exclamation mark mean c#?
Explain manifest & metadata in c#.
How big is int16?
Illustrate serialization?
What is difference between events and delegates?
Compare and contrast between the System.Array.CopyTo() and Clone()?
Explain the difference between const and static read-only?
What is console application with example?
What language is arduino?
What is a linked list c#?
I was trying to use an out int parameter in one of my functions. How should I declare the variable that I am passing to it?
What is the c# equivalent of c++ catch (...), Which was a catch-all statement for any possible exception?