JVM的组成部分:
1、类加载器(ClassLoader):加载类文件到内存
2、运行时数据区(Runtime Data Area)
3、执行引擎(Execution Engine)
4、本地库接口(Native Interface)