Pregunta de entrevista de Solartis

Define Array list and why would you use

Respuesta de la entrevista

Anónimo

25 de oct de 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.