Revature Interview Question

what is the difference between array and Arraylist?

Interview Answer

Anonymous

Oct 15, 2022

Arrays can contain primitive data no objects whereas arraylist. Moreover, arrays are static and arraylist is dynamic.l and can be modified