Findability Sciences interview question

Difference between Array and ArrayList

Interview Answers

Anonymous

Nov 25, 2021

What i read from google

Anonymous

Dec 29, 2021

Array is a fixed length data structure and and array list is a collection of variable length. We can not change the variable length in java but in array we do.