InterviewSolution
Saved Bookmarks
| 1. |
________ uses blocking socket I/O for transport.(a) TNonblockingServer(b) TSimpleServer(c) TSocket(d) None of the mentioned |
|
Answer» Correct choice is (c) TSocket Explanation: TFramedTransport must be used with this server. |
|