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 difference between === and ==?
What is verbatim string literal in c#?
Is c# pass by reference?
Who introduced c#?
Why can’t struct be used instead of class for storing entity?
Can we use "this" command within a static method?
Can you use foreach iteration on arrays in c#?
What are the types of constructors?
What is lazy t?
Can namespace contain the private class?
What is type system in c#?
What is the diff between the System.Array.CopyTo() and System.Array.Clone()?
What is the difference between field and variable in c#?
How does c# generics and c++ templates compare?
What’s a strong name?