# | Likes | Tech tags | Title | Creator | Created date |
---|---|---|---|---|---|
1 | 0 |
2022-08-13 00:59
|
class MainClass {
public static void main(String[] args) {
System.out.println("Hello, World!");
}
}
objects | |
java.lang.System.out |
docs.oracle.com |
functions | |
java.io.PrintStream.println(char[] x) |
docs.oracle.com |
Output "Hello world!" to the console the language uses by default. Usually the same as writing to standard output.