How to print array in Java
Java array is a data structure where we can store the elements of the same data type. The elements of an array are stored in a contiguous memory location. So, we can store a fixed set of elements in an array.
Output:
[Hello, Java, Programmers]