import java.io.*; FileWriter fwriter = new Filewriter("filename.txt" , true) //true for append, false for overwrite