In which data structure, elements can be added or removed at
either end, but not in the middle?
Answers were Sorted based on User's Feedback
Answer / amit tyagi
stack,because we can only do push-pull it at two ends nor
in middle.
| Is This Answer Correct ? | 12 Yes | 27 No |
Which collection allows null values?
How many sorting are there in data structure?
Can we use Generics with the array?
What is the meaning of arraylist?
How can you insert a node to the beginning of a singly linked list?
What are the different types of data type?
what is AVL tree?
Which algorithm is used in collections sort method?
How to fill element (initialize at once) in an array?
Why hashmap is faster than hashset?
What does enum do?
How is a hashset implemented?