I have an application that uses simple sockets to pass some characters between two systems. I have my java application running as a server. I establish a connection fine,
You need to close the socket after closing the streams.