Multiple Choice
The client requests a connection to a server 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
Q1: Which of the following type of JDBC
Q3: To create an InputStream on a socket,
Q4: In the socket programming, for an IP
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
Q10: The server listens for a connection request
Q11: Which of the following method call is