java turn list to array code example Example: convert list to array in java Integer[] arr = new Integer[al.size()]; arr = al.toArray(arr);