Posts by Kelvio Matias • 1 point
1 post
-
0
votes1
answer523
viewsA: How do I write data from an Arraylist to a txt file (in addition to reading the file when starting the program)?
Your best option in this scenario is to use the DAO - Data Access Object project pattern. This project pattern allows you to you create an abstraction layer between your application and the data…