Select from following answers:- Dispose() method will remove the resources to a class and Finalize() will release the memory for a class.
- Dispose() method is used for a class and Finalize() method is for a class method.
- Dispose() will be called by programmer explicitly and Finalize() method is called by Garbage Collector implicitly.

- All
- All Above
Dispose method is used to claim memory of unmanaged code like conenction, Com etc.
Finalize method is called by garbage collector to claim memory of managed code.
Show Correct Answer
Asked In: Many Interviews |
Alert Moderator