What is the Difference B/W Finalize() and Dispose() in .Net?
Answer Posted / rajkumar
If we want to delete resources(objects) those are not using,
u should not worry about that GC implicit y call Finalize()
method and remove all such object but if u want to delete
object forcefully(The large obj u want to delete after
completely task) then u can explicity call Dipose() method.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Explain repository pattern in asp.net mvc? : asp.net mvc
What language does asp.net use?
What is the asp.net mvc folder conventions? : asp.net mvc
What are the major built-in objects in ASP.NET?
What is special types forms
What is a page life cycle?
What is difference cookie and session?
What is autopost?
How is the asp.net mvc architecture different from others? : asp.net mvc
How does exception management works in ASP.NET?
what is command line compiler.what are the steps and how it is related to debugging.
What is the use of session?
What is the use of data set in asp.net?
What is variable and constant in .net programming language?
What is is post back property in asp net?