Pregunta de entrevista de Revature

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

Respuesta de la entrevista

Anónimo

10 dic 2020

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

1