java how to convert an array to arraylist code example Example: Create ArrayList from array java new ArrayList<>(Arrays.asList(array));