List<String> words = new ArrayList<String>();
ArrayList<Type> name = new ArrayList<Type>();
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
List<Integer> list = new ArrayList<>();