filmov
tv
Java memory management overview tutorial - Java topicss

Показать описание
Understanding JVM Memory Model, Java Memory Management is very important if you want to understand the workings of Java Garbage Collection. Today we will look into memory management in Java, different parts of JVM memory, and how to monitor and perform garbage collection tuning.
The Java Virtual Machine (JVM) provides two major services for any Java application: memory management, and running the compiled byte codes. Much of the memory management is done by the garbage collector, and the compiled byte codes are run by the HotSpot compiler.
The Java Virtual Machine (JVM) provides two major services for any Java application: memory management, and running the compiled byte codes. Much of the memory management is done by the garbage collector, and the compiled byte codes are run by the HotSpot compiler.