Saturday 10 January 2015

   A computer language is either compiled or interpreted. Java combines both these features
making JAVA a two stage system. First JAVA compiler translates source code into byte code
instructions. Byte codes are not machine instructions and therefore in the second stage Java
interpreter generates machine code that can be directly executed by the
machine that is running the JAVA program.

Simple Java Program Running Process

Because the Java VM is available on many different operating systems, the same .class files are capable of running on Microsoft Windows, the Solaris TM Operating System (Solaris OS), Linux, or Mac OS. Some virtual machines, such as the Java Hotspot virtual machine, perform additional steps at runtime to give your application a performance boost. This includes various tasks such as finding performance bottlenecks and recompiling (to native code) frequently used sections of code.

Simple Java Program Running Process

0 comments:

Post a Comment

Digital Marketing

Subscribe to RSS Feed Follow me on Twitter!