Programming Tutorials

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



Comment Added by : Chris

Comment Added at : 2013-10-05 13:41:44

Comment on Tutorial : Garbage collection and Finalize() method in Java By aathishankaran
Thanks for the great example.

I've coded it to do some testing. I'm not sure if System.runFinalization(); is necessary. My test programm works without System.runFinalization();.

Best regards from Germany,

Chris


View Tutorial