1
Reply

What is the Difference B/W Finalize() and Dispose() in .Net?

sangeeta mishra

sangeeta mishra

15y
4.5k
0
Reply

    both are used to clear the resources after its use is over

    but dispose method is called by .net itself

    whereas in some cases we want to customise resource clearing operation in that case we can call  finalize  method

    f k
    15y
    0