Java Arrays and Multidimensional Arrays Tutorial
An array is a collection of elements of same data type Primitive or Object type. Each element has a position number called an Index. The size of an array is simply the number of elements of that array. Let us learn Java arrays and multidimensional arrays in detail.