Ruben Soto wrote:I think LinkedList has faster insertion and deletion, because you don't need to shift elements in memory. But has slower access time, because you need to traverse the links to access any single element, whereas ArrayList and Vector elements are accessed in constant time, since the offset to access any element can be calculated based on the index.
I think you are right here Ruben, It must be mistake in Devaka
Examlab. Let Devaka see this post.