Question d’entretien chez Revature

What is the difference between an array and an array list?

Réponse à la question d'entretien

Utilisateur anonyme

10 déc. 2020

Array is a fixed size data structure while ArrayList is not.

1