InterviewSolution
Saved Bookmarks
| 1. |
Which of the below is not a subinterface of Queue?(a) BlockingQueue(b) BlockingEnque(c) TransferQueue(d) BlockingQueue |
|
Answer» The correct answer is (b) BlockingEnque To explain I would say: BlockingQueue, TransferQueue and BlockingQueue are subinterfaces of Queue. |
|