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
I have created a configuration setting in my web.config and have kept it at the root level. How do I prevent it from being overridden by another web.config that appears lower in the hierarchy?
How do we access view state value of this page in the next page?
What does asp.net stand for?
What is cached data phone?
What are the main advantages of using asp.net?
Explain the difference between webfarm and webgardens in .net?
Why is the standalone environment only useful during the development process?
Explain the components of web form in asp.net
What is the use of response redirect in asp.net?
What is autopostback in dropdownlist in asp net?
What are the two types of web pages?
What is the main difference between Asp.net and Vb.net?
Why the javascript validation not run on the asp.net button but run successfully on the html button?
What are html helpers in asp.net?
What is new asp.net core?