編集の要約なし |
編集の要約なし |
||
1行目: | 1行目: | ||
← [[System]] | ← [[System]] | ||
public static final [[PrintStream]] out | public static final [[PrintStream]] out | ||
2019年5月23日 (木) 14:32時点における版
← System
public static final PrintStream out
標準出力ストリームです。PrintStreamクラスを参照してください。
System.out.println("Hello World!"); System.out.println(31 + 31);