Question d’entretien chez Recondo Technology

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

Réponse à la question d'entretien

Utilisateur anonyme

26 févr. 2017

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