A Chapter 5 Java Question from my homework that I don't quite seem to understand:
Question:
You are opening an existing file with for output. How do you open the file without erasing it and at the same time make sure that new data written to the file is appended to the end of the file’s existing data?
If anyone could answer this question and explain the reasoning behind it so that I would understand that would be great. Thank you!