InterviewSolution
Saved Bookmarks
| 1. |
__________ is a single-threaded server using standard blocking I/O.(a) TNonblockingServer(b) TSimpleServer(c) TSocket(d) None of the mentioned |
|
Answer» Right choice is (b) TSimpleServer Easy explanation: TSimpleServer is useful for testing. |
|