What is difference between ArrayList and LinkedList in Java? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 4

What is difference between ArrayList and LinkedList in Java?

ArrayList is implemented using re sizable array while LinkedList is implemented using doubly LinkedList. ArrayList is more popular among Java programmer than LinkedList as there are few scenarios on which LinkedList is a suitable collection than ArrayList.

28th Apr 2017, 7:33 AM
Neha Agarwal
Neha Agarwal - avatar
2 Answers
28th Apr 2017, 7:40 AM
Hatsy Rei
Hatsy Rei - avatar
+ 9
http://javahungry.blogspot.com/2015/04/difference-between-arraylist-and-linkedlist-in-java-example.html?m=1
28th Apr 2017, 7:40 AM
Nithiwat
Nithiwat - avatar