People who have experience programming in languages like C or FORTRAN are familiar with the concept of arrays. They’re basically a contiguous block of memory where each location is a certain type: integers, floating-point numbers, or what-have-you. The situation in Java is similar, but with a few extra wrinkles.
Source: LXer – Initializing arrays in Java