gc() method is used to invoke the garbage collector to perform the cleanup processing - Core Java
Q. Which method is used to invoke the garbage collector to perform the cleanup processing?- Published on 15 Jul 15a. gc() method
b. finalize() method
c. q.get() method
d. None of the above
ANSWER: gc() method