✏️ Explanatory Question
By default, if a file does not exist, it will be created. If it already exists, the output stream overwrites the existing contents of the file. To change this behavior and append new data to the end of the file, you must provide an additional boolean true argument when creating the FileOutputStream or FileWriter object.