Felhasználói eszközök

Eszközök a webhelyen


playground:playground

Ez a dokumentum egy előző változata!


="true"
  1. try {
  2. FileOutputStream fos = new FileOutputStream("test.txt");
  3. dos.writeUTF("This is a test for writing to a file");
  4. dos.close();
  5.  
  6. fos.close();
  7.  
  8. } catch (IOException ex) {
  9. System.out.println(ex.getMessage());
  10. }
playground/playground.1633700034.txt.gz · Utolsó módosítás: 2021/10/08 13:33 szerkesztette: 176.63.11.125