W3Schools Tryit Editor
[
フレーム
]
Run ❯
Get your
own Java
server
Go to Spaces
Ctrl+Alt+P
import java.io.BufferedWriter; import java.io.FileWriter; import java.io.IOException; public class Main { public static void main(String[] args) { try (BufferedWriter bw = new BufferedWriter(new FileWriter("filename.txt"))) { bw.write("First line"); bw.newLine(); // add line break bw.write("Second line"); System.out.println("Successfully wrote to the file."); } catch (IOException e) { System.out.println("Error writing file."); } } }
Successfully wrote to the file.
AltStyle
によって変換されたページ
(->オリジナル)
/
アドレス:
モード:
デフォルト
音声ブラウザ
ルビ付き
配色反転
文字拡大
モバイル