Object[] array = new Object[50 oder so]; for(int i = 0; i < array.length; i++) { array[i] = new Object(parameter); }