Domanda di colloquio di Revature

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

Risposta di colloquio

Anonimo

10 dic 2020

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

1