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 Peek method in Tempdata in ASP.Net MVC?
Explain what is routing?
Is it possible to unit test an mvc application without running the controllers in an asp.net process?
What is filters in web api?
What is meant by tempdata in mvc?
What is meant by viewdata?
What is the meaning of unobtrusive javascript? Explain us by any practical example.
What is namespace of asp.net mvc?
What is net framework 3.0 ?
What is html.renderpartial?
what is deferred loading(lazy loading)?
What are Non Action methods in ASP.Net MVC?
what is dot net? what is use dot net? what is benifit of dot net?what is vb dot net? what is ado dot net? what is c#?
What is razor code?
Which .net framework is installed?