InterviewSolution
Saved Bookmarks
| 1. |
Which operator is used by Java run time implementations to free the memory of an object when it is no longer needed?(a) delete(b) free(c) new(d) none of the mentionedI got this question in semester exam.My question is based upon Constructors & Garbage Collection topic in portion Classes and Methods of Java |
|
Answer» Correct choice is (d) none of the mentioned |
|