How can you clean up objects holding resources from within
the code?
Answer Posted / tarun singla
Easiest way is to make the value of that object as null,
once the scope of that object is over. We generally do this
in the 'finally' section of the code.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is a scope in c#?
Name the two classes are required for implementing a windows service?
What is iqueryable?
What are anonymous types in c#?
What is the advantage of singleton class?
Define encapsulation?
Can constructor be private c#?
Define c# i/o classes?
What are delegates and why are they required?
What is enum in c#?
What is Named parameter in C#?
What is indexer c#?
What does void mean in c#?
What is the use of command builder?
Define delegation in .net?