As you can tell by the title, What I simply want to do is to either update the file by removing or adding objects from an ArrayList.
My code is pretty big and you don't really have to see it all(it works as intended). All you have to know is that I have a method called writetoFile(There is nothing in that method because that is where I am currently) that is suppose to be called every time I add or remove a object from the arrayList. I've tried using the BufferedWriter method but that class doesn't have any methods that can write objects.
If you really need to see my code, here is a link to pastebin. http://pastebin.com/eFXYtAw2
The file is also a CSV file.