Java Collections Tutorial 02 | List - ArrayList in Java | Java9s.com

Published: 05 April 2016
on channel: java9s
18,551
133

http://java9s.com
List is an ordered collection. It arranges its elements in a sequence with an index. A list is very similar to an Array except that an Array cannot expand in size but a list can expand when and then we try to insert a new element.
ArrayList is the concrete implementation of the Collection and List interfaces.
ArrayList is the most frequently used Collection. So, if you notice the methods with an index in the method signature, then they are added by the List interface and most of the other methods you see are from the Collection interface.
Please remember that most of these methods are common in other collection types like Set and Queue.


On this page of the site you can watch the video online Java Collections Tutorial 02 | List - ArrayList in Java | Java9s.com with a duration of hours minute second in good quality, which was uploaded by the user java9s 05 April 2016, share the link with friends and acquaintances, this video has already been watched 18,551 times on youtube and it was liked by 133 viewers. Enjoy your viewing!