What is the use of finalize and dispose eventhough garbage
collector is working?
Answer Posted / chaitanya
It is advisable not to use the finalize and Dispose
methods,because garbage collector takes Care of the objects
that Should be Disposed.We should use Finalise and Dispose
methods when working with resources in the network or
working with the unmanaged code.
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
What is entity client data provider? : Entity framework
Is .net framework 4.8 the last version?
What is the difference between model and entity?
Mention two instances where routing is not implemented or required?
What is asp net framework?
mention what is the difference between ado.net and classic ado?
What are differences between entity framework and l2s? : Entity framework
What is latest version of .net framework?
What is iobjectset? : Entity framework
How does servicing work for the .net framework 3.0? If I install the .net framework 3.0, can I get service updates for the .net framework 2.0?
What is storage model? : Entity framework
Explain JSON Binding?
Explain how you can implement Ajax in MVC?
What are the main features of asp.net mvc 4 used by asp.net web api?
What is poco proxy? : Entity framework