How can i save an information stored in an ArrayList object after the program has been terminated and started again?
I save all the information from the ArrayList object in a file.
I have an idea-to check if the file exists and if so the information coppied in the file,copies in the arraylist. Can I achieve that or is there another way to do so?