System

public static final PrintStream out

標準出力ストリームです。PrintStreamクラスを参照してください。

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