I would like to write to a text file using Java, but whenever I am going to use the write
BufferedWriter
functions the previous text is deleted and the new text is written, I would like to keep the old text and just concatenate the new.