What is the Difference B/W Finalize() and Dispose() in .Net?
Answer Posted / nitin kumar
Dispose() Method is used to release Unmanage Resources.
When Unmanage Resources are no longer in use and Referenced
and is called Manually.
and
Finalize() Method is similar to Dispose Method But it is
called by the Garbage Collector.
| Is This Answer Correct ? | 9 Yes | 6 No |
Post New Answer View All Answers
What are the different types of validation controls provided in ASP.NET?
Explain what does wsdl stand for?
What is the difference between rest and restful?
How information about the user's locale can be accessed?
Give an example of cookie abuse.
What is connection pooling and how to enable and disable connection pooling?
Explain why datareader is useful?
What is difference between Lambda Expression and LINQ in ASP.NET?
What is the difference between session and viewstate in asp.net?
Which class is used to send an email message from an ASP.NET Web page?
Write the different features of a Thread and a Process?
What are the elements of a website?
What is data binding in asp net?
What is the difference between Hash table and Array list?
How do you open a page in a new window?