They Store items of the same data type at contiguous memory locations.
They cannot be modified after its initialization; its size cannot be increased or decreased.
Arrays are the simplest data structures.
Syntax: dataType[] arrayName = new dataType[size];