Does arraylist extend list?



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

Post New Answer

More Data Structures Interview Questions

Which algorithm is used in collections sort method?

1 Answers  


What are the tasks performed during postorder traversal?

1 Answers  


What is the use of bubble sort?

1 Answers  


What is the height of binary tree?

1 Answers  


What are the two types of data?

1 Answers  


What are the advantages and disadvantages of linked list over array?

1 Answers  


What is difference between hashmap and hashset?

1 Answers  


How do I sort hashset?

1 Answers  


How do stacks work?

1 Answers  


How helpful is abstract data type of data structures?

1 Answers  


Define balanced trees?

1 Answers  


Explain the most efficient method to reverse a linked list?

1 Answers  


Categories