To run the program, put the code in |
/ $ javac HelloWorld.java $ java HelloWorld Hello, World! |
Now that we can compile and run basic Java programs, let’s learn more about the language. |
Next example: Values.