Suppose that in LTDPClient.java we replace the line DatagramSocket clientSocket = new DatagramSocket();
with
DatagramSocket clientSocket = new DatagramSocket(5432);
Will it become necessary to change UDPServerjava? What are the port numbers for the sockets in UDPClient and UDPServer? What were they before making this change?
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.