Error: Socket
TargetHost = "localhost";
MY_PORT=2000;
Socket clientSocket = new Socket(TargetHost,MY_PORT);
Debug
==>
[main] ERROR nab.nttung.socket.MyClient Error:java.net.ConnectException: Connection refused: connect
Pls check!
------------------------------------