Cant communicate with server in java
- by cerq
i m trying to write server to client program but i cant communicate with server in java. Below there is code block in my main.
InetAddress addr = InetAddress.getLocalHost();
ipAddress = "78.162.206.164";
ServerSocket serverSocket = new ServerSocket(0);
String randomStringForPlayerName =…