0 / 60 seg.

What is the purpose of the code below?

int[] newArray = new int[10];
Arrays.fill(newArray, 42);