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 are data types examples?
Why static constructor is parameterless in c#?
What is global asax in c#?
What is the purpose of static?
Is and as in c#?
what is IDisposal interface,IComparable,IEquatable,IFormatable
What is deferred execution?
What are All kind of access specifiers for a class and for methods
What's the difference between a static method and a non static method c#?
Describe the difference between inline and code behind - which is best?
What is the default value of date?
List down the commonly used types of exceptions in .net
Why cannot you specify the accessibility modifier for methods inside the interface?
What exception can an overridden method throw in comparison with the method it is overriding?
How do you create dlls in .NET