0 / 60 seg.

What is the intention behind this code?

int[][] data = new int[3][];
data[0] = new int[3];
data[1] = new int[5];
data[2] = new int[8];