How can you clean up objects holding resources from within
the code?
Answer Posted / kishore anumala
To clean up objects holding resources is to make use of
Dispose Method.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is window application in c#?
What are different types of Delegates in C#?
Is Multiple-inheritance supported by c#?
Explain a MSIL ? Why is it appreciated by all developers?
How does inheritance work in c#?
Can an int be negative c#?
What is the difference between finalize() and dispose()?
How more than one version of an assembly can keep in same place?
How do I declare a pure virtual function in c#?
How many types of interface are there in c#?
Are c# tuples immutable?
Does c# have primitives?
What method is used to sort the elements of the array in descending order?
What is the difference between final finally and finalize in c#?
What is xor operator in c#?