編集の要約なし
編集の要約なし
1行目: 1行目:
[[System]]<br>
[[System]].out [https://docs.oracle.com/javase/jp/8/docs/api/java/lang/System.html#out]
public static final [[PrintStream]] out


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

2019年6月9日 (日) 20:30時点における版

System.out [1]

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

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