Define Array list and why would you use
Utilisateur anonyme
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.