0 / 60 seg.

What is demonstrated by this Java code?

for (int i = 0; i < numbers.length; i++) {
    System.out.println(numbers[i]);
}