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
How would you deploy your old applications with .net framework 4.0? Are the old applications compatible?
mention what is the difference between ado.net and classic ado?
What is the .net framework and how does it work?
What is the difference between viewbag and viewdata in asp.net mvc?
Explain the new features 3.5 framework against with the tool?
What is the version number for the next version of the .net framework, codenamed �orcas�?
What are the two ways to add constraints to a route?
Explain Model, view and Controllers in Asp.Net MVC?
Mention two instances where routing is not implemented or required?
What is the difference between old ADO.NET and Entity framework coding techniques?
Can you please explain the request flow in ASP.NET MVC framework?
What is the 'page life cycle' of an ASP.NET MVC?
What is edm in entity framework?
What is the difference between model and entity?
What is the use of view model in asp.net mvc?