In which data structure, elements can be added or removed at
either end, but not in the middle?
Answer Posted / neelaprabha
Double ended queue
| Is This Answer Correct ? | 143 Yes | 6 No |
Post New Answer View All Answers
How many types of sorting algorithms are there?
Define graph traversals?
Can we make hashmap synchronized?
What does args stand for?
Can you store different types in an array?
Does arraylist allow null values?
How can someone display singly linked list from first to last?
How do you find the size of an arraylist?
Write a program to reverse a single linked list.
Explain the types of linked lists.
Explain the Array
What is the difference between arraylist and hashmap?
Can arraylist have null values?
What is sorting problem?
What are the advantage of collection classes over arrays?