- Class (Method) Area - Stores class structures such as runtime constant pool, method data, method code etc.
- Heap - Runtime memory area where objects are allocated.
- Stack - Holds local variables, method call/retun data.
- Program Counter Register - Stores address of JVM instruction currently being executed.
- Native Method Stack - Stores all native methods used in the application.
Tuesday, May 13, 2014
Memory Areas allocated by JVM
By Praveesh
9:59 PM
Class area,
Heap,
memory allocated by JVM,
native method stack,
program counter,
stack
Leave a Comment
0 comments:
Post a Comment