employer cover photo
employer logo
employer logo

Recondo Technology

Is this your company?

Recondo Technology interview question

What's the difference between a LinkedList and an ArrayList in Java?

Interview Answer

Anonymous

Feb 26, 2017

An item in a Linked List contains a pointer to the next item in the list whereas an ArrayList does not.