A

Admin • 832.27K Points
Coach

Q. Which Java class provides a blocking deque implementation?

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

Explanation by: Admin

LinkedBlockingDeque is part of the java.util.concurrent package and supports blocking operations.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.