InterviewSolution
Saved Bookmarks
| 1. |
Which class is used by server applications to obtain a port and listen for client requests? |
|
Answer» java.net.ServerSocket class is used by server applications to obtain a port and listen for client requests |
|