Pergunta de entrevista da empresa Revature

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

Resposta da entrevista

Sigiloso

10 de dez. de 2020

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

1