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
Is a games console a computer?
What is meant by collections in c#?
What is singleordefault?
Why we use get set property in c#?
What are the types of comments in c#?
How many constructors can a class have in c#?
What are circular references? How garbage collection deals with circular references.
Is arraylist thread safe?
What is the diff between the System.Array.CopyTo() and System.Array.Clone()?
Distinguish between system.string and system.text.stringbuilder classes?
What is delegates in c# and uses of delegates?
How do you mark a method obsolete?
Why abstraction is used in c#?
What is hashset c#?
What is the difference between writeline and write in c#?