See the API for FileWriter
FileWriter (Java Platform SE 6)
There is a constructor that takes a boolean option which allows you to append to a given file, otherwise it will by default overwrite the...