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