0 / 60 seg.

What is accomplished by the following code snippet?

ObjectOutputStream out = new ObjectOutputStream(socket.getOutputStream());
out.writeObject(myObject);