Junior
What is the initial size of ArrayList?
sobes.tech AI
Answer from AI
The initial size (capacity) of an ArrayList by default is 10 elements. When adding elements and the current capacity is exhausted, the ArrayList automatically increases its size.