JRE 和 JVM 有什么区别?

What is the difference between the JRE and JVM?(JRE 和 JVM 有什么区别?)

本文介绍了JRE 和 JVM 有什么区别?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我认为 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.

这篇关于JRE 和 JVM 有什么区别?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!

本文标题为:JRE 和 JVM 有什么区别?