Add Elements to Array and ArrayList

# 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.

|60 : 00

Click the virtual machine below to start practicing