Which of the following statements about LinkedList and ArrayList is true?

Last Updated :
Discuss
Comments

Which of the following statements about LinkedList and ArrayList is true?

LinkedList provides faster random access than ArrayList


LinkedList consumes more memory than ArrayList

ArrayList consumes more memory than LinkedList

ArrayList is always faster than LinkedList

Share your thoughts in the comments