Answer Posted / penchal das
Dispose()is a method which is used to deallocate the unused
resources.
Destructor() is a method which is called when an object was
destroyed.
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What is Reflection in .NET? Namespace? How will you load an assembly which is not referenced by current assembly?
What is extension method in c sharp?
Can dictionary have duplicate keys c#?
Can class be protected in c#?
What is the difference between malloc () and new?
State whether it is true to test a Web service you must create a windows application or Web application to consume this service or not?
How do you access a constant field declared in a class?
What is the purpose of namespace?
How do I get deterministic finalization in c#?
What is static and use of it?
Why we use extension method in c#?
What are the features of c#?
What is a generic class?
Which is faster dictionary or hashtable?
What is the namespace for datatable in c#?