The difference between arrays and ArrayList is pretty much non-existent, since by definition arrays are lists, and ArrayList simply means it's a list implemented with an array. ArrayList does provide...