Loading...
Java

Array

Array is collection of fixed number of homogeneous data elements.
We can represent multiple values with the same variable name so that readability of the code will be improved. The size of an array once created cannot be increased or decreased. There are three types of arrays. They are:
1. One Dimensional Array
2. Two Dimensional Array
3. Multi Dimensional Array

Leave a Reply

Your email address will not be published. Required fields are marked *