网站首页  英汉词典

请输入您要查询的英文单词:

 

单词 Java Runtime Environment
释义

Java Runtime Environment

中文百科

Java虚拟机 Java virtual machine

(重定向自Java Runtime Environment)
Java虚拟机概貌
Esquema de la arquitectura general de un programa en ejecución en una Máquina Virtual Java.

Java虚拟机英语:Java Virtual Machine,缩写为JVM),一种能够运行Java bytecode的虚拟机,以堆叠结构机器来进行实做。最早由升阳电脑所研发并实现第一个实现版本,是Java平台的一部份,能够运行以Java语言写作的软件程序。

Java虚拟机有自己完善的硬体架构,如处理器、堆栈、寄存器等,还具有相应的指令系统。JVM屏蔽了与具体操作系统平台相关的信息,使得Java进程只需生成在Java虚拟机上运行的目标代码(字节码),就可以在多种平台上不加修改地运行。通过对中央处理器(CPU)所执行的软件实作,实现能执行编译过的Java进程码(Applet与应用程序)。

英语百科

Java virtual machine Java虚拟机

(重定向自Java Runtime Environment)
Overview of a Java virtual machine (JVM) architecture based on The Java Virtual Machine Specification Java SE 7 Edition
Architecture générale : illustration du slogan Compile once, run everywhere.
Java-Logo

A Java virtual machine (JVM) is an abstract computing machine that enables a computer to run a Java program. There are three notions of the JVM: specification, implementation, and instance. The specification is a document that formally describes what is required of a JVM implementation. Having a single specification ensures all implementations are interoperable. A JVM implementation is a computer program that meets the requirements of the JVM specification. An instance of a JVM is an implementation running in a process that executes a computer program compiled into Java bytecode.

随便看

 

英汉网英语在线翻译词典收录了3779314条英语词汇在线翻译词条,基本涵盖了全部常用英语词汇的中英文双语翻译及用法,是英语学习的有利工具。

 

Copyright © 2004-2024 encnc.com All Rights Reserved
更新时间:2025/6/19 15:41:28