No fancy IDE required to compile the program

Java does not require a fancy IDE such as Visual Studio.

To compile this program on a computer with the Java Development Kit installed, enter the following command at the command prompt:

javac Hello1.java

A single output class file

A successful compilation will produce a single output file named Hello1.class