save and retrieve multiple of arraylists to a file

Zedxxuwduhtd

New Member
Hi i was wondering if this was possible. i have 5 multiple array lists. after i add information to each array lists is it possible to save this as a single file using filechooser. i have 5 arraylist which i have created as a object from a different class.\[code\]hotelArrayObjects.getDahabArray()hotelArrayObjects.getRomeArray()hotelArrayObjects.getParisArray()hotelArrayObject.getBerlinArray()hotelArrayObjects.getNiceArray()\[/code\]wondering if there was any way to do this. I was thinking of using Filechooser to make it more user friendly and easier to retrieve.Any tips on how to tackle this problem?
 
Back
Top