A

Admin • 828.03K Points
Coach

Q. Which queue implementation can store elements with the same delay in any order?

  • (A) ArrayBlockingQueue
  • (B) SynchronousQueue
  • (C) DelayQueue
  • (D) PriorityQueue

Explanation by: Admin
DelayQueue stores elements based on delay, but same-delay elements can appear in any order.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.