Home » JAVA Programming » Data Structures » Question
  1. Which of the below is not a subinterface of Queue?
    1. TransferQueue
    2. BlockingQueue
    3. BlockingQueue
    4. BlockingEnque
    5. None of these
Correct Option: D

BlockingQueue, TransferQueue and BlockingQueue are subinterfaces of Queue.



Your comments will be displayed only after manual approval.