Search:

Type: Posts; User: ranjithfs1

Search: Search took 0.11 seconds.

  1. Replies
    7
    Views
    1,430

    Re: Writing to aserializable file

    That isn't possible. Each of the classes that I have created serve a different purpose. One of them contains the algorithm, one of them contains the non graphic user interface and so on. If you were...
  2. Replies
    7
    Views
    1,430

    Re: Writing to aserializable file

    The first three classes are the classes which together form the test class: one of them creates a new class which has a data member of type 'TicTacToeAlgorithm' and the second class is the class that...
  3. Replies
    7
    Views
    1,430

    Re: Writing to aserializable file

    I have tested them in another test (different from where I wanted them to be used) and everything worked fine:
    Here is that test class:



    import java.io.*;
    public class delsergame implements...
  4. Replies
    7
    Views
    1,430

    Writing to aserializable file

    I am getting an error ( IOException ) when I try to write to a serializable file. The object to be saved in turn contains an object both of which are serializable. The following stack trace error is...
Results 1 to 4 of 4