Java MCQ Set 1 1. Which of the following has highest memory requirement? a) Heap b) Stack c) JVM d) Class AnswerAnswer: c [Reason:] JVM is the super set which contains heap, stack, objects, pointers, etc. 2. Where is a new object allotted memory? a) Young space b) Old space c) Young or Old space…