Hello world with Java ☕ This is a simple "Hello world" done with Java programming language. Compile program To compile the "Hello World" program, type the following: javac HelloWorld.java Excute the program To execute the program, type this: java HelloWorld