InterviewSolution
Saved Bookmarks
| 1. |
Which of the following has the highest memory requirement?(a) Heap(b) Stack(c) JVM(d) Class |
|
Answer» Correct answer is (c) JVM For explanation: JVM is the super set which contains heap, stack, objects, pointers, etc. |
|