Multiple Choice
An ArrayList 's ____ is the number of items it can hold without having to increase its size.
A) length
B) buffer
C) capacity
D) size
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q70: The Arrays class _ method assigns the
Q71: import java.util.*; <br>public class myArray <br>{ <br> public
Q72: enum Color {RED, GREEN, BLUE} <br>public class
Q73: When you pass a two-dimensional array to
Q74: Match each term with the correct statement
Q75: When working with two-dimensional arrays, the length
Q76: Match each term with the correct statement
Q77: int[][] studentScores = {{70, 82, 90, 68},
Q78: A method that receives a two-dimensional array
Q80: Since the ArrayList class is part of