Findability Sciences interview question

Difference between Array and ArrayList

Interview Answers

Anonymous

25 Nov 2021

What i read from google

Anonymous

29 Dec 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.