Q. The server listens for a connection request from a client using which of the following statement?
β
Correct Answer: (C)
Socket s = serverSocket.accept()
You must be Logged in to update hint/solution