About Question com.enthuware.ets.scjp.v6.2.186 :
Posted: Tue Mar 13, 2012 6:43 am
I think this answer is incorrect.
That's not true, since we can manually call finalize() as many times we want, and the GC will call it again when it thinks it's appropiate (just once).The finalize method will never be called more than once on an object.