About this document
Java: Create a Hello World Program by Nikola Jovetic is a document available to read on EtoBox.
- Author
- Nikola Jovetic
- Language
- EN
Java: Create a Hello World Program by Nikola Jovetic is a document available to read on EtoBox.
To print "Hello world" in Java, create a new project with a main function, type System.out.println("Hello world"); inside the main function brackets, and run the code to display the message.