System.out [1]

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

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