How can you clean up objects holding resources from within
the code?
Answer Posted / mohan kumar e.
We can cleanup objects by implementing IDisposable
interface and providing the implementation for Dispose
method.
Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
What is default value of decimal c#?
Explain about Threading Types.
Why can’t struct be used instead of class for storing entity?
How to Show Message box in Metro Style App?
What is a factory in c#?
What is generic delegate in c#?
What does mean before a string in c#?
What is boolean conditions in c#?
What is instantiating a class?
Explain the difference between pass by value and pass by reference.
Is c# slower than java?
What benefit do you get from using a primary interop assembly (pia)?
Is cli same as the clr?
Is it not possible to store a boolean value as a variable?
Explain copy constructor?