InterviewSolution
Saved Bookmarks
| 1. |
Which of the following is a multi-threaded server using non-blocking I/O?(a) TNonblockingServer(b) TSimpleServer(c) TSocket(d) None of the mentioned |
|
Answer» The correct choice is (a) TNonblockingServer The explanation is: Java implementation uses NIO channels. |
|