An array is different than an ArrayList. The main difference is that an ArrayList is an object, while an array is not.

Since array is not an object, you cannot use methods to interact with its...