A

Admin • 828.03K Points
Coach

Q. Which class is an unbounded thread-safe queue based on linked nodes?

  • (A) ConcurrentLinkedQueue
  • (B) LinkedBlockingQueue
  • (C) ArrayBlockingQueue
  • (D) SynchronousQueue
  • Correct Answer - Option(A)
  • Views: 10
  • Filed under category Java
  • Hashtags: Java Queue

Explanation by: Admin
`ConcurrentLinkedQueue` is unbounded and uses lock-free algorithms for thread safety.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.