Solartis interview question

Define Array list and why would you use

Interview Answer

Anonymous

25 Oct 2023

Array list is a interface in collections. It spreads across an memory. We can use array list dynamically. If you want to store data without knowing the size then array list would be a better choice.