hi!!!
Can any one tell me what may be the posiible reasons of getting
java.net.Socket .SocketExceptio n:Socket Closed
at java.net.PlainS ocketImpl.setOp tion
at java.net.Socket .setKeepAlive
the socket to which I have connected is open .
socket.isConnec ted()-----------true
socket.setKeepA live(true)-----------throws the above exception.
Can any one tell me what may be the posiible reasons of getting
java.net.Socket .SocketExceptio n:Socket Closed
at java.net.PlainS ocketImpl.setOp tion
at java.net.Socket .setKeepAlive
the socket to which I have connected is open .
socket.isConnec ted()-----------true
socket.setKeepA live(true)-----------throws the above exception.