摘要: 1、JVM 的主要组成部分及其作用? 类加载器(ClassLoader) 运行时数据区(Runtime Data Area) 执行引擎(Execution Engine) 本地库接口(Native Interface) 程序在执行之前先要把java代码转换成字节码(class文件),jvm首先需要把 阅读全文
posted @ 2022-09-19 22:41 Ritchie^._.^ 阅读(62) 评论(0) 推荐(0)