JVM 运行时数据区简介及堆与栈的区别

1、JVM运行时数据区分类 程序计数器 (Program Counter (PC) Register) JVM栈 (Java Virtual Machine Stacks) 堆内存 (Heap Memory) 方法区 (Method Area) 运行时常量池 (Run-time Constant Pool) 本地方法栈 (Native Method Stacks)   2、看图说话   3、按线程
相关文章
相关标签/搜索