Multiple Choice
The server listens for a connection request from a client using which of the following statement?
A) Socket s = new Socket(ServerName, port) ;
B) Socket s = serverSocket.accept()
C) Socket s = serverSocket.getSocket()
D) Socket s = new Socket(ServerName) ;
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q5: Which of the following protocol follows connection
Q6: Which of the following is true about
Q7: Which of the following statement is TRUE?<br>A)With
Q8: Which of these package contains classes and
Q9: To connect to a server running on
Q11: Which of the following method call is
Q12: Which of the following step establishes a
Q13: Which of the following holds data retrieved
Q14: Which of the following is correct about
Q15: Which of the following protocols is/are for