Java JVM Run-time Data Areas - Java Tutorial Blog
Understanding Java Virtual Machine (JVM) run-time data areas are critical to better Java programming. One of the most dreaded errors in Java is OutOfMemoryError and it is related to Java Virtual Machine (JVM) memory areas. We should have better understanding of JVM internals, how its data area works so that we will have better grip over these kind of JVM errors. In this article, we shall learn about types of run-time memory areas in JVM and how they work.
Types of Java JVM Run-time Memory Areas,
- Program Counter (PC) Register
- Java Virtual Machine Stacks
- Heap Memory
- Method Area
- Run-time Constant Pool
- Native Method Stacks
Read full article from Java JVM Run-time Data Areas - Java Tutorial Blog
No comments:
Post a Comment