Continuing this
thread on GC ,can somebody help me selecting correct ans on GC
Which of the following statements related to Garbage Collection are correct.
Select all correct answers.
A.It is possible for a program to free memory at a given time.
B.Garbage Collection feature of
Java ensures that the program never runs out of memory.
C.It is possible for a program to make an object available for Garbage Collection.
D.The finalize method of an object is invoked before garbage collection is performed on the object.
in my opinion,it should be a,c,d
need help!!
thank you