A

Admin • 831K Points
Coach

Q. Which implementation allows thread-safe Deque operations without blocking?

  • (A) ArrayDeque
  • (B) ConcurrentLinkedDeque
  • (C) LinkedBlockingDeque
  • (D) Vector
  • Correct Answer - Option(B)
  • Views: 11
  • Filed under category Java
  • Hashtags: Java Deque

Explanation by: Admin
`ConcurrentLinkedDeque` provides non-blocking thread-safe deque operations.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.