Start networking and exchanging professional insights

Register now or log in to join your professional community.

Follow

When we should prefer linked list over array list?

user-image
Question added by Deleted user
Date Posted: 2014/05/21

While developing your application if  you want  the Insertion & Deletion operations to be faster than LinkedList is more preferable than ArrrayList.

If in case you want the Retrival operations to be faster than ArrayList is preferable than LinkedList.

Hope my answer might satisfy you.

More Questions Like This