MCQOPTIONS
Saved Bookmarks
| 1. |
Each connection arriving at multi threaded servers via network is generally |
| A. | is directly put into the blocking queue |
| B. | is wrapped as a task and passed on to a thread pool |
| C. | is kept in a normal queue and then sent to the blocking queue from where it is dequeued |
| D. | none of the mentioned |
| Answer» C. is kept in a normal queue and then sent to the blocking queue from where it is dequeued | |