Q. The client requests a connection to a server using which of the following statement?
β
Correct Answer: (D)
Socket s = new Socket(ServerName, port);
You must be Logged in to update hint/solution