Multiple Choice
The ArrayList class ____ method returns the current ArrayList size.
A) size
B) capacity
C) length
D) rows
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q61: int[][] myVals = {{2, 4, 6, 8},
Q62: double[][] empSales = new double[5][]; The above
Q63: In Java, you create an enumerated data
Q64: Programmers often refer to a _ search
Q65: Which of the following describes a data
Q67: How would you create an array named
Q68: Write the statement to declare a three-by-four
Q69: Match each term with the correct statement
Q70: The Arrays class _ method assigns the
Q71: import java.util.*; <br>public class myArray <br>{ <br> public