Question: Explain the concept of the BlockingQueue interface.Answer: BlockingQueue is a queue that supports operations that wait for the queue to become non-empty when retrieving an element and wait for space to become available when storing an element. |
Is it helpful?
Yes
No
Most helpful rated by users: