21 April 2016

What is Java Bytecode ?


Java Bytecode
  • When a Java program source is compiled, the output of the Java compiler is called bytecode. 
  • Many language generate executable code after compilation. 
  • In Java the output is converted to a special type of file which is called the bytecode.
  • Bytecode is a highly optimized set of instructions designed to be executed by the Java run-time system,which is called the Java Virtual Machine (JVM). 
  • Bytecode makes it much easier to run a program in  a wide variety of environments because only the JVM needs to be implemented for each  platform.


Java: A Beginner's Guide, Seventh Edition

1 comment:

  1. Casino Site - ChoegocasinoCasino.com
    Choegocasino Casino offers a 100% match 메리트 카지노 고객센터 bonus 카지노사이트 up to $1000. หาเงินออนไลน์ Choose from a variety of slots, table games, video poker, live dealer and live games!

    ReplyDelete

Featured Post

How to Write PHP code and HTML code within a same file

A PHP file can have both PHP code and HTML code together. Any HTML code written outside of PHP <?php //php code here… ?> Code is ig...

Popular Posts