Monday 19 September 2016

Execute

Execute  Java program

Run or execute the program:
  • Basically we need to run the .class file by using java command.
                 Ex : java Sample
  • Java Virtual Machine will convert these byte code instructions into machine readable format and display the output on console.
Fact Point:
       As a learner every programmer is Most Happy if got output of first program, when I have done successfully first program i celebrated event with my friends.

Thanks for your time
Nireekshan