2
Reply

How many method is there to remove unreachable object from memory?

Sandeep Kumar

Sandeep Kumar

9y
538
1
Reply
    There is 3 types of methods which is used to remove the unreachable object from memory . And these methods are: Dispose() Finalize() and Gc.collect()
    Dispose() Finalize() and Gc.collect()