How to check if a socket is still alive and not closed by the server?
843790Nov 27 2006 — edited Nov 28 2006If I create a socket connection in Java, then is there any way to test whether that socket conecction is alive at any point of time. You may assume that the socket connection is never closed from my side ie. the client's end, however it may be closed by the server at any time.