Zoondia interview question

What is the difference between arrays and arraylist

Interview Answer

Anonymous

17 Jan 2018

Array is static in size that is fixed length data structure but ArrayList is dynamic in size.