hi, everybody:
here is from
http://www.geocities.com/SiliconValley/Orchard/9362/java/javacert/newboone40-70.html Question 65: Which statements about garbage
collection are true?
Select all valid answers.
a. You can directly free the memory allocated by
an object.
b. You can directly run the garbage collector
whenever you want to.
c. The garbage collector informs your object
when it is about to be garbage collected.
d. The garbage collector reclaims an object?s
memory as soon as it becomes a candidate for
garbage collection.
e. The garbage collector runs in low-memory
situations.
the answer is b,c,e.
but I think b is not right, cna we run the garbage collector
directly even use gc()?
and I am clear about c , what does it mean by informs?
can anyone explain this/
Thanks.
mick