Search:

Type: Posts; User: dineshj83

Search: Search took 0.15 seconds.

  1. Re: Help! Error with a save and load feature of a java chess game

    Are you familiar with XML?. In that case you can store your data in XML and read it back using parsers which is easy
  2. Re: Help! Error with a save and load feature of a java chess game

    Best way to save the state of an object is through serialization. why can't you do that and serialize the object while saving and retreive the object through de-serialization.
Results 1 to 2 of 2