Answer Posted / vimala
the dispose() method is used to remove the unused resources
from the memory.
whereas the destructor () method is used to deallocate the
allocated memory by the constructor() method.
| Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
What is an interface class? Give one example of it
Is string a class in c#?
Are c# objects passed by reference?
What is lazy loading and eager loading in c#?
Explain the OOPS concept in C#?
What is the difference between an application domain and a process?
What are the problem with .NET generics?
What is an int c#?
What are the Types of instancing properties and explain each. Explain the difference between multiuse,singleuse and globalmultiuse and which is default
what is main function of alternate teamplate of datalist?
How to get the sum of last 3 items in a list using lambda expressions?
What is Wrapper class in dot net?
What is CLR and its application.?
What is CASPOL?
What is the use of protected in c#?