About Question com.enthuware.ets.scjp.v6.2.698 :
Posted: Thu Mar 15, 2012 10:14 am
A result answer seem to be
This is not exactly true. The GC can call once the method finalize() on an object but not free it. Then, maybe 10 minutes later, it just destroy the object when it's eligible without informs the object again. Method finalize() is only called once by GC, so it's not always when it's going to destroy it.The garbage collector informs the object when it is about to destroy it.