Does the following totally not make sense? I think it should work.

int[] a = new int[10];

a.length += 30;

Reply via email to