Does arraylist extend list?
Answer / Suraj Singh Chandel
Yes, ArrayList is a concrete implementation of the List interface in Java.
| Is This Answer Correct ? | 0 Yes | 0 No |
Which algorithm is used in collections sort method?
What are the tasks performed during postorder traversal?
What is the use of bubble sort?
What is the height of binary tree?
What are the two types of data?
What are the advantages and disadvantages of linked list over array?
What is difference between hashmap and hashset?
How do I sort hashset?
How do stacks work?
How helpful is abstract data type of data structures?
Define balanced trees?
Explain the most efficient method to reverse a linked list?