A

Admin • 828.03K Points
Coach

Q. Which is more memory-efficient for stack operations: Stack or ArrayDeque?

  • (A) Stack
  • (B) ArrayDeque
  • (C) Vector
  • (D) LinkedList

Explanation by: Admin
`ArrayDeque` is more memory-efficient and faster than `Stack`.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.