Which of the below is not a subinterface of Queue?
(a) BlockingQueue
(b) BlockingEnque
(c) TransferQueue
(d) BlockingQueue
The question was asked in an online interview.
My doubt is from Data Structures-Queue in division java.util – The Collections Framework of Java