R

Ram Sharma • 3.40K Points
Extraordinary

Q. Which Java class is used to handle bounded blocking queues?

  • (A) ArrayList
  • (B) LinkedList
  • (C) ArrayBlockingQueue
  • (D) ConcurrentLinkedQueue
  • Correct Answer - Option(C)
  • Views: 9
  • Filed under category Java
  • Hashtags:

Explanation by: Ram Sharma
`ArrayBlockingQueue` is a bounded blocking queue backed by an array.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.