MCQOPTIONS
Saved Bookmarks
| 1. |
What is the disadvantage of Garbage Collection? |
| 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 |
| D. | Both A & B |
| Answer» D. Both A & B | |