• Breaking News

    Tuesday 7 February 2017

    Java Programming Language

    JAVA is high level Programming language.By using JAVA we can develop
    • Enterprise Software
    • Web Based Content
    • Games
    • Mobile Applications
    Application developed in JAVA is platform independent, means develop on one platform, and run on any platform.

    Main component of JAVA language is Java Virtual Machine that interprets Byte Code into machine language, 

    Suppose you have developed application which contains.JAVA Source code.When you compiled that code then output of compiler is .class file that is not native code.

    .Class file contains Byte(Machine Independent) code i.e is read by JVM, Each machine have different JVM which translate Byte code into machine code(Machine dependent).
    then machine is able to run our application.


    No comments:

    Post a Comment