Search:

Type: Posts; User: Norm

Search: Search took 0.15 seconds.

  1. Replies
    5
    Views
    2,325

    Re: need help with saving data

    Look at the ObjectOutputStream for a way to write the contents of an object. And ObjectInputStream to read it back.
  2. Replies
    5
    Views
    2,325

    Re: need help with saving data

    Where do you want to save the data? In what format? How will you retrieve that data later?
    For example:
    If you write the data to a file, do you want the contents of the file to be text or can some...
Results 1 to 2 of 2