System
public static final PrintStream out

標準出力ストリーム。PrintStreamクラスを参照。

System.out.println("Hello World!");
System.out.println(31 + 31);