try { PrintWriter pw = new PrintWriter(new FileWriter("Elenco.txt")); while(...) { pw.println(stringa); } pw.close(); } catch(...) { }