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
What is the difference between custom web user control and a custom web server control?
What does mvc represent in asp.net? : asp.net mvc
In a webservice, need to display 10 rows from a table. Which is the best choice among datareader or dataset?
What is difference between cookies and cache?
What is difference between web api and web services?
What is content page in asp net?
What kind of data we can store in viewstate?
How can we communicate with each server in N-tier Architecture? and what are the methods?
What is class and object in asp.net?
What is the sequence in which ASP.NET events are processed?
Explain program to call the js function when the change is being made in the dropdown list made in asp.net mvc? : asp.net mvc
What is an asp.net validator? And, mention its types.
How does u get record no from 5 to 15 from a dataset of 100 records?
What is the latest version of asp.net?
Can we set which type of comparison we want to perform by the CompareValidator control?