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 called method in c#?
What is the difference between new and override in c#?
What is .cs file in c#?
Can a struct inherit from an interface in c#?
What is data hiding in c#?
Can we make a class private in c#?
What is an assembly qualified name
Is a structure a class?
What is a partial class. Give an example?
Can you instantiate a struct without using a new operator in c#?
Is c# easier than javascript?
What is the default value of date?
What is inline function in c#?
How do I create a single-file assembly?
Is string primitive?