the following line is marked as true in #16(exam cram)-
The method by which
Java determines that a chunk of memory is garbage is up to the implementer of the JVM.
I have problems understanding this... the mode of gc is dependant upon the JVM, not determining what is garbage. If there are no references to it, or the references are from an object that itself has no reference( or a circular reference from the former object), that chunk is junk!
Thanks to the ambiguities of Englishlanguage, maybe you can somehow contrive another meaning of this, but to me, this is what it means.
any comments appreciated, esp. those of Bill.