Dormantor

Joined 11 March 2020
This is an old revision of this page, as edited by Dormantor (talk | contribs) at 09:51, 11 March 2020. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

My User Page

Syntax reminder:

The traditional Hello world program can be written in Java as:[1]

public class HelloWorldApp {
    public static void main(String[] args) {
        System.out.println("Hello World!"); // Prints the string to the console.
    }
}
  1. ^ "Lesson: A Closer Look at the Hello World Application". The Java™ Tutorials > Getting Started. Oracle Corporation. Archived from the original on March 17, 2011. Retrieved April 14, 2011.