Study the files in this directory in this order: CreatingArrays.java CreatingArrayLists.java TestArrayListOperations.java TestArrayList_toArray.java TestArrayToArrayList.java TestArrayToList.java TestArrayAndArrayListSort.java These sample programs are the same as those seen in the LinkedList subdirectory, except that here we are using the Java ArrayList implementation of the Java List interface. And note that TestArrayToList.java is exactly the same in both directories.