Question: Suppose that in UDPClient.java we replace the line DatagramSocket clientSocket = new DatagramSocket(); With DatagramSocket clientSocket = new DatagramSocket(5432); Will it become necessary to change
DatagramSocket clientSocket = new DatagramSocket();
With
DatagramSocket clientSocket = new DatagramSocket(5432);
Will it become necessary to change UDPServer.java? What are the port numbers for the sockets in UDPClient and UDPServer? What were they before making this change?
Step by Step Solution
3.47 Rating (167 Votes )
There are 3 Steps involved in it
With the original line UDPClient does not specify a port number when it creates t... View full answer
Get step-by-step solutions from verified subject matter experts
Document Format (1 attachment)
899-CS-CN (464).docx
120 KBs Word File
