Page 1 of 1

About Question com.enthuware.ets.scjp.v6.2.698 :

Posted: Thu Mar 15, 2012 10:14 am
by Pablo Reyes
A result answer seem to be
The garbage collector informs the object when it is about to destroy it.
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.

Re: About Question com.enthuware.ets.scjp.v6.2.698 :

Posted: Thu Mar 15, 2012 10:15 am
by Pablo Reyes
I meant "a right answer seems to be"

Re: About Question com.enthuware.ets.scjp.v6.2.698 :

Posted: Sat Jun 02, 2012 2:33 pm
by ETS user
I apsolutly aagree.

Re: About Question com.enthuware.ets.scjp.v6.2.698 :

Posted: Sat Jun 02, 2012 4:53 pm
by admin
You are right I think this option is not worded correctly. It has now been removed.

thank you for your feedback!