An array holds a bunch of objects, either primitives(int, float, double, etc) or objects(Object, String, Integer, Character, etc)

It has a fixed size

An int array of size 5 looks like this
...