Answer Posted / nitin
Unused unmanaged resources are removed by dispose method
and It is called manually
Destructor is used to released unused managed resources and
it is called automatically by the Garbase Collector
| Is This Answer Correct ? | 21 Yes | 3 No |
Post New Answer View All Answers
How to find methods of a assembly file (not using ILDASM)?
What is sqlconnection in c#?
What is a protected class c#?
What is console writeline in c#?
What is the difference between wrapper class and primitive?
Define Final Class in C#
Define interface class in c#?
What are strings in c#?
What is the real use of interface in c#?
What is overloading in c#?
What are the steps to create a webservice and consume it?
What is a framework in c#?
What is lazy loading c#?
What are the advantages of using assemble language programming?
What is lastindexof c#?