Java Tutorial Online: Difference ArrayList and Array in Java
Welcome back again on Java Code Online. Today I would be discussing the main difference between an ArrayList and an Array in Java. In Java an Array is always of fixed size. The size has to be defined at the initializing time of the array. The number of th
javacodeonline.blogspot.com |