InterviewSolution
Saved Bookmarks
| 1. |
In java, ____________________ takes care of managing memory for objects dynamically.(a) Free collector(b) Dust collector(c) Memory manager(d) Garbage collectorI had been asked this question in final exam.Asked question is from Memory Allocation of Object topic in chapter Object of Object Oriented Programming |
|
Answer» The CORRECT option is (d) Garbage collector |
|