Answers for "in which data structure we can store any data type array, list, arraylist, linkedlist java"

16

what is the difference ArrayList vs LinkedList

ArrayList is array based, internally uses array
LinkedList consists of nodes/values that are related to each other
ArrayList and LinkedList both keep ordering
ArrayList and LinkedList both allow duplicates
Posted by: Guest on November-28-2020

Code answers related to "in which data structure we can store any data type array, list, arraylist, linkedlist java"

Code answers related to "Java"

Java Answers by Framework

Browse Popular Code Answers by Language