Search:

Type: Posts; User: Sean4u

Search: Search took 0.07 seconds.

  1. Re: HELP PLEASE! How to save and call back user data input.

    The Java API docs on java.io.ObjectOutputStream contain a pretty good example with working code - did you try it? In your case, you could write your Object[][] with ObjectOutputStream.writeObject()...
  2. Re: HELP PLEASE! How to save and call back user data input.

    Use java.io.ObjectOutputStream
Results 1 to 2 of 2