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.
It seems to me the answer is only C.Can anybody explain about other answers?
Thanks
alot..........