int size = 10; String[] array = new String[size];
int size = 10; <type here>[] array = new <type here>[size];