I have a program that calls another
java program whose basic purpose is to open a server socket, listen for a response, and then close the server socket.
I would prefer to open the socket for responses once and be able to get a handle on it when needed.
If anyone can inform me of the process for this or throw in a snippit of code to get me started I would really appreciate it.
Thanks,
Mike