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 a .exe extension files? How is it similar to .dll extension files?
Which is the base class in c#?
What is data bind in c#?
What is a three-tier application.
What is the .NET collection class that allows an element to be accessed using a unique key?
Is namespace necessary in c#?
What is out in c#?
What is enumerable in c#?
explain the nature of the assembly work?
Explain the difference between a Private Assembly and a Shared Assembly
Explain the functionalities of satellite assembly?
Define property in c#.net?
What is class sortedlist underneath?
What's the difference between a method and a procedure?
Which is faster array or arraylist in c#?