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 collectorThe question was posed to me by my school principal while I was bunking the class.This intriguing question originated from Overloading Member Functions topic in division Member Functions & its Types of Object Oriented Programming |
|
Answer» Correct answer is (d) Garbage collector |
|