InterviewSolution
Saved Bookmarks
| 1. |
Where is a new object allocated memory?(a) Young space(b) Old space(c) Young or Old space depending on space availability(d) JVMThe question was posed to me in quiz.Question is from Heap and Garbage Collection in chapter Classes and Methods of Java |
|
Answer» Correct option is (a) Young space |
|