News

An array may be defined as a sequential collection of elements of the same data type. The elements of an array are stored in contiguous memory locations. Arrays can be single or multi-dimensional.
In Java an array is a way of storing multiple items of the same type. In this quick tutorial we introduce you to the very basics.