It is the simple java socket client/server model(the server send data and the client receive) . The question is that when the client closed where the server send the data(the server do not detect whether the client is closed) .I know the server can detect and close the stream,but i want to know where it goes.It is the simple java socket client/server mode