Programming Tutorials

Comment on Tutorial - Garbage collection and Finalize() method in Java By aathishankaran



Comment Added by : Lokesh@ Never use finalize

Comment Added at : 2012-11-01 04:01:04

Comment on Tutorial : Garbage collection and Finalize() method in Java By aathishankaran
I have also done some analysis and found this method very unpredictable. Its execution is not guaranteed at all. Also it adds a lot for overhead in execution time.

View Tutorial