Garbage Collection advantages & disadvantages - Core Java

Q.  What is the disadvantage of Garbage Collection?
- Published on 15 Jul 15

a. 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

Post your comment / Share knowledge


Enter the code shown above:
 
(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)