SEARCH
You are in browse mode. You must login to use MEMORY

   Log in to start


From course:

Java Interview

» Start this Course
(Practice similar questions for free)
Question:

ArrayDeque class implements the Deque interface. It facilatates us to use the Deque. We can add or delete elements from both the sides. ArrayDeque is faster than Stack and ArrayList. It also has no capacity restrictions.

Author: Jerry Mathew



Answer:

ArrayDeque


0 / 5  (0 ratings)

1 answer(s) in total