一、Java虚拟机在执行Java程序时,会把它所管理的内存划分为: 方法区(Method Area) 虚拟机栈(VM Stack) 本地方法栈(Native Method Stack) 堆(Heap) 程序计数器(Program Counter Register)