Hello,
I have a problem my program crashes when creating a ObjectInputStream
I use the following
Here s is the socket and no exception is thrown, the program starts running and it hangs in between. Do you have idea about this behavior of the program, Or am i wrong somewhere?System.out.System.out.println ("creating an obj");
this.obj = new ObjectInputStream (s.getInputStream ());
System.out.System.out.println ("obj created");
Bookmarks