Monday, 13 July 2015

Today I learned some basic things like JVM, java class file and java compiler.


  • Javac(java compiler) command compiles the java source code in to  java byte code.
  • JVM(Java Virtual Machine) is a platform independent executable environment which executes the java byte code into machine language.                                                                                              
  • Java  class file is a file that contain the java byte code that can be executed by java virtual machine..                                                                                                                                                               

3 comments:

  1. This comment has been removed by a blog administrator.

    ReplyDelete
    Replies
    1. This comment has been removed by the author.

      Delete
    2. This comment has been removed by the author.

      Delete