3.5.3 Running the application |
Move to the directory containing HelloWorld.class and execute the following command:
java HelloWorld
If the run is successful you should see the following on the screen:
Hello World !
Congratulations you have just successfully written and run your first Java application.