If you looked at the Java API you would see that the ArrayList isresizeable. The array is fixed in length.ArrayList holds Objects. Array is typed.