January 2018
Intermediate to advanced
115 pages
1h 37m
English
With your Hello World program complete, you can compile and run it in one of two ways. The first method is by selecting Run from the menu bar of the IDE you’re using. In Netbeans, the menu command is Run ➤ Run Project. The IDE will then compile and run the application, which displays the text “Hello World” in the output window of the IDE.
The other way is to manually compile the program using a console window (C:\Windows\System32\cmd.exe). The most convenient way to do this is to first add the JDK bin directory to the