JVML:Java虚拟机语言

Java Virtual Machine Language 通常缩写为 JVML,这一简称在计算机科学和软件开发领域广泛应用,便于快速书写与日常交流。它的中文全称为“Java虚拟机语言”,是一种用于在 Java 虚拟机(JVM)上运行程序的核心编程语言,属于 Java 技术体系的重要组成部分。

Java Virtual Machine Language具体释义

  • 英文缩写:JVML
  • 英语全称:Java Virtual Machine Language
  • 中文意思:Java虚拟机语言
  • 中文拼音:xū nǐ jī yǔ yán
  • 相关领域jvml 软件

Java Virtual Machine Language的英文发音

例句

  1. Precisely, we define a subset of Java virtual machine language ( JVML ), present a type system and an operational semantics for the subset, and prove the soundness of the type system with respect to the operational semantics.
  2. 具体地,本文定义了Java虚拟机语言(JVML)(JVML)的一个子集,给出了该子集的类型系统和操作语义,并根据操作语义证明了该类型系统的可靠性。
  3. Inferno logically mirrors Java by including a virtual machine, programming language, and communications protocol.
  4. Inferno包含了虚拟机、编程语言和通信协议,故在逻辑上是Java的镜像。
  5. Thrown if the Java Virtual Machine cannot find an appropriate native language definition of a method declared native.
  6. 对于声明为native的方法,如果Java虚拟机找不到和它对应的本机语言定义,就会抛出该异常。
  7. The Java Card Virtual Machine is the interface between Java language and smart card. It is very important for the development of IC card to exploit smart card supporting Java language.
  8. Java卡虚拟机是Java语言与智能卡之间的接口,开发支持Java语言的智能卡对IC卡的发展十分重要。
  9. It was not that long ago when running your programs on the Java Virtual Machine ( JVM ) meant writing your program using the Java programming language.
  10. 不久前,要想在JavaVirtualMachine(JVM)上运行程序,还需要使用Java编程语言来编写程序。