Dynamic arrays in Java

Forums:

int count = 15;
int[] arInt = new int[count];
arInt[0] = 1;