Check out example codes for "java write in a file without overwriting". It will help you in understanding the concepts better.
Code Example 1
PrintWriter pw = new PrintWriter(new FileWriter(file, true))
Learn ReactJs, React Native from akashmittal.com