Solved

The Client Requests a Connection to a Server Using Which

Question 2

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:

verifed

Verified

Related Questions