JRE 和 JVM 有什么区别?

2022-01-16 00:00:00 jvm java

我认为 JVM 类似于 .NET Framework,对吗?那么什么是JRE?JRE和JVM有什么区别?

I think the JVM is similar to the .NET Framework, correct? Then what is the JRE? What is the difference between the JRE and JVM?

推荐答案

JRE是虚拟机运行的环境.

The JRE is the environment within which the virtual machine runs.

JRE - JAVA 运行时环境

JRE - JAVA Runtime Environment

JVM - JAVA 虚拟机

JVM - JAVA Virtual Machine

JRE 是容器,JVM 是内容.

JRE is the container, JVM is the content.

相关文章