Question d’entretien chez Teranet

Standard questions about Java and OOP. (EX: What is the difference between an ArrayList and a List)

Réponse à la question d'entretien

Utilisateur anonyme

22 janv. 2020

One is fixed size the other can grow. Quick access time for Array List. Easy insertion for List.