System.out [1]

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

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