What is the use of finalize and dispose eventhough garbage
collector is working?
Answer Posted / bharani
Finalize method is actually a the destructor for the
mananged objects, but if you want to destruct an unmanaged
object dispose method allows the programmer to make
explicit calls such as destroywindow to the destruct the
unmanaged object.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What is entity framework used for?
How does .net framework works?
what is model first approach?
How we can invoke child actions in ASP.Net MVC?
mention what is code first approach and model first approach in entity framework?
Explain tempdata in asp.net mvc?
What is viewstart page in mvc?
What are the advantages of mvc over asp.net?
What is .net framwork?
Can you please explain the request flow in ASP.NET MVC framework?
When will the .net framework 3.0 be released?
How we can call a JavaScript function on the change of a Dropdown List in ASP.Net MVC?
What is the importance of NonActionAttribute?
Can I uninstall microsoft .net framework?
If we write any code for DataGrid methods, what is the access specifier used for that methods in the code behind file and why?