Matching
Match each term with the correct statement below.
Premises:
Alters an item at a specified ArrayList location
Two or more columns of values
A programmer-created data type with a fixed set of values
Adds an item to the end of an ArrayList
Arrays with more than one dimension; allowed in Java
Use them with the class name without instantiating an object
A popularly known sorting method
A two-dimensional array that has rows of different lengths
A package containing the Arrays class
Responses:
java.util
add() method
static methods
Enumerated data type
bubble sort
set() method
two-dimensional array
ragged array
multidimensional array
Correct Answer:
Premises:
Responses:
Alters an item at a specified ArrayList location
Two or more columns of values
A programmer-created data type with a fixed set of values
Adds an item to the end of an ArrayList
Arrays with more than one dimension; allowed in Java
Use them with the class name without instantiating an object
A popularly known sorting method
A two-dimensional array that has rows of different lengths
A package containing the Arrays class
Premises:
Alters an item at a specified ArrayList location
Two or more columns of values
A programmer-created data type with a fixed set of values
Adds an item to the end of an ArrayList
Arrays with more than one dimension; allowed in Java
Use them with the class name without instantiating an object
A popularly known sorting method
A two-dimensional array that has rows of different lengths
A package containing the Arrays class
Responses:
Related Questions
Q9: With a two-dimensional array, the _ field
Q26: What is the advantage of declaring an
Q29: The ArrayList class _ method removes an
Q32: Write the statement to declare an ArrayList
Q34: In a(n) _, you repeatedly compare pairs
Q37: int[][] myVals = new int[3][] <br>myVals[0] =
Q42: double[][] empSales = new double[5][];<br>The above statement
Q60: What is sorting and how are objects
Q61: int[][] myVals = {{2, 4, 6, 8},
Q64: Programmers often refer to a _ search