編集の要約なし |
編集の要約なし |
||
1行目: | 1行目: | ||
[[System]]<br> | |||
public static final [[PrintStream]] out | public static final [[PrintStream]] out | ||
2019年5月27日 (月) 16:08時点における版
System
public static final PrintStream out
標準出力ストリーム。PrintStreamクラスを参照。
System.out.println("Hello World!"); System.out.println(31 + 31);