# Introduction An array is a collection of similar data types in Java with a fixed size, while an ArrayList is a dynamic collection of similar data types. This lab will show you how to add elements to an array and ArrayList.
Click the virtual machine below to start practicing