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
This question is part of this quiz :
Java LinkedList