Revature Interview Question

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

Interview Answer

Anonymous

Dec 10, 2020

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

1