InterviewSolution
Saved Bookmarks
| 1. |
Which class represents the socket that both the client and server use to communicate with each other? |
|
Answer» java.net.Socket class represents the socket that both the client and server use to communicate with each other. |
|