أنشئ حسابًا أو سجّل الدخول للانضمام إلى مجتمعك المهني.
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.