Java Arrays

What is an Array

An array in java is a list of that holds data of only 1 type(int,double,String). Once you create the array you can't change it's size.

Click here to learn more

Examples of Arrays