Java Arrays
Arrays are contiguous memory locations that store different variables of the same sort. On the other hand, an array itself is an article on the memory.
An array is a container object that holds a fixed number of values of a single type. The length of an array is established when the array is created. After creation, its length is fixed.