The __________ and __________ are two major parts of JVM memory structure.

  • Cache, Register
  • Heap, Stack
  • Queue, Linked List
  • Stack, Heap
The Heap and Stack are two major parts of the JVM memory structure. The Heap is used for dynamic memory allocation, while the Stack is used for static memory allocation and method call management.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *