A

Admin • 828.70K Points
Coach

Q. Which Deque implementation is backed by an array and resizes as needed?

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

Explanation by: Admin
`ArrayDeque` uses a resizable array as backing structure.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.