150.
True or false: the ArrayList class will automatically adjust its capacity as needed.
View Description
ArrayList stores its data in an array. Whenever necessary, the ArrayList allocates a larger array to make room for newly added elements.