Eliga Innovative interview question

array list and linked list

Interview Answer

Anonymous

Sep 25, 2017

ArrayList (AL) internally uses array While LinkedList (LL) uses linked list AL: insertion is easy LL: deletion is easy AL: better for storing and accessing LL: better for manipulation