Server listens for a connecion request from a client using what staement
Answers
Answered by
10
Soc ket s = ser verSo cket.accept
So cket s = new So cket(Se rverName, po rt)..
Answered by
0
Explanation:
3 The server listens for a connection requestfrom a client using the following statement: A. Socket s = new Socket(ServerName, port); B.
Similar questions