JVMS:Java虚拟机器规格

“Java Virtual Machine Specification”在计算机和软件领域中常被简写为JVMS,这种缩写形式便于快速书写和日常使用。该术语的中文含义是“Java虚拟机规范”,它详细规定了Java虚拟机的架构、功能和行为准则,是Java技术体系的核心基础文档之一。

Java Virtual Machine Specification具体释义

  • 英文缩写:JVMS
  • 英语全称:Java Virtual Machine Specification
  • 中文意思:Java虚拟机器规格
  • 中文拼音:xū nǐ jī qì guī gé
  • 相关领域jvms 软件

Java Virtual Machine Specification的英文发音

例句

  1. Other times the author feel it necessary to include references to back up claims such as " The Java Virtual Machine Specification(JVMS) defines a standard format for the output of compilers ".
  2. 此外,作者还觉得有必要包含参考文献以支持他的主张,例如“Java虚拟机规格说明书为编译器的输出定义了一个标准格式”。
  3. We define a partial order on subroutine records, which means subroutines cannot be called recursively in bytecode programs. This choice conforms to the Java virtual machine specification.
  4. 本文为活动记录栈定义了一种偏序关系,它不允许字节码程序递归调用子例程(这种约束与Java虚拟机规范是一致的)。
  5. Execution of these bytecodes is defined by the Java Virtual Machine ( JVM ) specification ( see Resources ).
  6. Java虚拟机(JVM)规范定义了这些字节码的执行(参见参考资料)。
  7. This thesis deals with machine-checking the security of the Java Virtual Machine ( JVM ). We present a fully formal, machine-checked specification of the bytecode verification and dynamic class loading, which are important parts in Java's security architecture.
  8. 本文提出了一种描述Java虚拟机语义的形式化模型,该模型包含Java虚拟机安全体系结构中两个最重要的特性:字节码验证和动态类加载。