[Solved] Difference between ArrayList and Array of object [duplicate]

[ad_1]

The short answer is arrays have a set size you define where as an arraylist has infinite size. You’ll learn a lot about them from the api

https://docs.oracle.com/javase/7/docs/api/java/lang/reflect/Array.html

https://docs.oracle.com/javase/7/docs/api/java/util/ArrayList.html

[ad_2]

solved Difference between ArrayList and Array of object [duplicate]