The Java Virtual Machine defines various run-time data areas that are used during execution of a program. Some of
Category: Java Performance
Java Memory Handling – Heap spaces
Heap memory is divided into Young-Generation, Old-Generation or Tenured Generation, and Permanent Generation. The Young Generation is where all new objects are allocated
Java Memory handling – Stack and Heap
The Java Virtual Machine defines various run-time data areas that are used during execution of a program. Some of these