Java Bytecode Compilation
Abstract
High-level languages used for programming like Java,C,C++ etc. Compiles a program to its equelent low level code which can be understood and executed by the machine. Here we will discuss about the Java compilation process, i:e, how Java compiles a code and what stages it have in compilation process. We basically focus on the Java bytecode and its advantages over native code. As we know the purpose of compilation is mainly to produce the executable version of a program. We also discuss the various approaches of compilation in java. The first approach is to compiling tha java bytecode, second is the two stages process going through the java bytecode to java native code, the third approach is to go through bypassing the java bytecode and going directly to natice machine code.
Downloads
Author(s) and co-author(s) jointly and severally represent and warrant that the Article is original with the author(s) and does not infringe any copyright or violate any other right of any third parties, and that the Article has not been published elsewhere. Author(s) agree to the terms that the IJRDO Journal will have the full right to remove the published article on any misconduct found in the published article.