Revature interview question

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

Interview Answer

Anonymous

10 Dec 2020

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

1