Zoondia interview question

What is the difference between arrays and arraylist

Interview Answer

Anonymous

Jan 17, 2018

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