ArrayList<Integer> integerArray = new ArrayList<Integer>(); ArrayList<String> stringArray = new ArrayList<String>(); ArrayList<Double> doubleArray = new ArrayList<Double>(); //... keep replacing what is inside the <> with the appropriate //data type