You could write you data out as plain text to a text file using FileWriter. Or you could have your classes implement Serializable and save the objects using ObjectOutputStream.