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();