View on GitHub

Qiqidone

He that breaks a thing to find out what it is has left the path of wisdom.

JVM内存管理(一):JVM内存模型

一、JVM内存模型

JVM作为虚拟机通过和系统接口交互运行java代码,本身意味着额外的内存开销,但也拥有了自我管理模型的可能, 于是在效率被C/C++诟病的同时,java在自动内存管理方面做到了‘隐藏细节’、‘面向用户’的优势。 Java程序员不需要进行复杂的内存管理而专注在业务逻辑上。 JVM的内存模型包括:

Authors and Contributors

Qiqidone (@qiqidone) can be founded GitHub.

Index

首页