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 long will it take to learn c sharp?
What is the data provider name to connect to access database?
what is scope of a protected internal member variable of a c# class
Which is better interface or abstract class in c#?
What is private readonly in c#?
Define clr in .net?
Explain how can I get around scope problems in a try/catch?
Is it good to use var in c#?
What is public, private, protected, internal and internal protected?
What is writeline in c#?
Why do canadians say zed?
What are the types of access modifiers?
What is func c#?
Can a child class call the constructor of a base class?
What is form feed in c#?