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
What is dapper in c#?
Can interface inherit class in c#?
How can we make a thread sleep for infinite period ?
Explain About remoting and web services. Difference between them
Int map to which .net types?
Define c# and list the features.
What is a generic method?
What is dictionary and hashtable in c#?
What are the 2 broad classifications of fields in c#?
What is parallel programming in c#?
What I can do with c#?
What Is The Difference Between The System.array.copyto() And System.array.clone()?
What is namespace c#?
Can we set image Source dynamically using C# in WPF application?
What is the difference between protected and internal in c#?