This is my first post here, I'm not sure if this is in the right forum.
I'm reading data from an XML file, and storing it in temporary memory so that I can:
* Read
* Update individual entries
* Search
* Sort by ascending/descending order (date column)
* Add more then save to the XML file
* Deleting entries
* Updating entries
I need an expandable object to use. Obviously arrays do not suit.
So would I be better off using Lists or Arraylists?