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 a int in c#?
What are PE(Portable Executable)?
What is platform independence"?
What is the relation between classes and objects?
What does it mean?
What are the steps to create an assembly and add it to the gac?
Is array immutable in c#?
What does console readkey do in c#?
What is the difference between icomparer and icomparable in c#?
What is the .NET collection class that allows an element to be accessed using a unique key?
Explain briefly the difference between value type and reference type?
What is the difference between field and variable in c#?
Describe a Struct ?
Is string immutable in c#?
Can we extend static class in c#?