2
Reply

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

Sandeep Kumar

Sandeep Kumar

Dec 21, 2015
484
1

    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()

    Sandeep Kumar
    December 21, 2015
    1

    Dispose() Finalize() and Gc.collect()

    Munesh Sharma
    May 31, 2016
    0