What is the use of finalize and dispose eventhough garbage
collector is working?
Answer Posted / chaitanya
It is advisable not to use the finalize and Dispose
methods,because garbage collector takes Care of the objects
that Should be Disposed.We should use Finalise and Dispose
methods when working with resources in the network or
working with the unmanaged code.
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
What is the version number for the next version of the .net framework, codenamed �orcas�?
Name a few different return types of a controller action method?
What is entitytype? : Entity framework
What is Area in ASP.Net MVC?
Explain what is routing?
What is orm entity framework?
How can you return string result from Action in ASP.Net MVC?
How can I return string result from action in asp.net mvc?
What is NonActionAttribute ?
how do you truncate a table using entity data model?
What are Non Action methods in ASP.Net MVC?
what is complex type?
what is scalar property?
What operating systems will the .net framework 3.0 be available for?
What is .net architecture?