Which of the following statements about
Java's garbage collection are true?
a) The garbage collector can be invoked explicitly using a Runtime object.
b) The finalize method is always called before an object is garbage collected.
c) Any class that includes a finalize method should invoke its superclass' finalize method.
d) Garbage collection behavior is very predictable.
I think the answer for this quetion should be A&C.It was given A,B,C??
In the second case I think finalize method will be called just only once when the object is garbage collected for the first time.Isn't it?? Help me....Going to take exam in few days...