Monday, January 5, 2015

Arrays are static in that they have a set size, while ArrayLists can change size making them more dynamic.  Lists and ArrayLists are the same except that ArrayLists can be used in List and Array methods while Lists can only be used in List methods.  The same goes for Arrays.
source: http://java67.blogspot.com/2012/12/difference-between-array-vs-arraylist-java.html