In Java, an array is a numbered sequence of elements of a specific length. In typical Java code, arrays are extremely common and are useful in various scenarios.
Note that arrays appear in the form [v1, v2, v3, ...] when printed with Arrays.toString.