Java虚拟机工作原理(JVM).docVIP

  • 5
  • 0
  • 约3.77万字
  • 约 33页
  • 2017-08-25 发布于江苏
  • 举报
As the Java Virtual Machine is a stack-based machine, almost all of its instructions involve the operand stack in some way. Most instructions push values, pop values, or both as they perform their functions. ?Java虚拟机是基于栈的(stack-based machine)。几乎所有的java虚拟机的指令,都与操作数栈(operand stack)有关.绝大多数指令都会在执行自己功能的时候进行入栈、出栈操作。 Java体系结构介绍 Javaís architecture arises out of four distinct but interrelated technologies, each of which is defined by a separate specification from Sun Microsystems: Java体系结构包括哪几部分? Java体系结构包括4个独立但相关的技术 the Java programming language (程序设计语言 the Java class file format (字节码文件格式 the Java

文档评论(0)

1亿VIP精品文档

相关文档