Question: Which of the following statements is used by the server to listen for a connection request from a client? (a) Socket s = serverSocket.listen(); (b)
Which of the following statements is used by the server to listen for a connection request from a client?
(a) Socket s = serverSocket.listen();
(b) Socket s = serverSocket.wait();
(c) Socket s = serverSocket.getSocket();
(d) Socket s = serverSocket.accept();
Step by Step Solution
3.39 Rating (149 Votes )
There are 3 Steps involved in it
d Sock... View full answer
Get step-by-step solutions from verified subject matter experts
