Garbage Collection advantages & disadvantages - Core Java
Q. What is the disadvantage of Garbage Collection?- Published on 15 Jul 15a. It makes java memory efficient because garbage collector removes the unreferenced objects from heap memory
b. It is automatically done by the garbage collector so we don't need to make extra efforts
c. None of the above
ANSWER: None of the above