Simple Java Program Running Process

   A Java Program computer language is either compiled or interpreted. Java program combines both these features
making Java program 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 program
interpreter generates machine code that can be directly executed by the
machine that is running the JAVA program.

Because the Java program 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.

INTERNET HIGHWAY

Internet Highway

Professional Blogger

One thought on “Simple Java Program Running Process

  • March 30, 2020 at 7:47 am
    Permalink

    What a terrific post! I spend a few minutes on reading, and I
    am so excited by the information I received, by the manner of writing
    it reminded me this page. It’s actually hard to find something valuable on that subject.
    But this author seems to be a genuine professional because there’s a special style in his writings.

    I’m going to subscribe to his new publications, just not to
    skip anything. This post works its reading.

    Reply

Leave a Reply

Your email address will not be published. Required fields are marked *