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
Who is using asp.net?
What are the advantages of the code-behind feature?
What is the mvc framework?
Mention few asp.net validators.
Explain the difference between an exe and a dll?
What is applicatio domain?
What is a web api endpoint?
9. Why should we hire you over the others waiting to be interviewed?
How asynchronous call can be implemented using delegates?
How can we create custom controls in asp net?
Explain the difference between panel and groupbox classes using .net?
What are httphandlers and httpmodules and difference between them?
What is session and application variable in asp net?
How do we access view state value of this page in the next page?
Explain swagger components.