Match each term with the correct statement below.

A. A two-dimensional array that has rows of different lengths
B. A popularly known sorting method
C. Use them with the class name without instantiating an object
D. Two or more columns of values
E. Adds an item to the end of an ArrayList
F. A programmer-created data type with a fixed set of values
G. Alters an item at a specified ArrayList location
H. Arrays with more than one dimension
I. A package containing the Arrays class
J. Placing objects in order beginning with the lowest value
K. Assigns the specified value to each element of the specified array
L. Two-dimensional array
M. The size can change during program execution
N. A data type for which only appropriate behaviors are allowed.
O. Can be pictured as a column of values


A. jagged array
B. bubble sort
C. static methods
D. two-dimensional array
E. add() method
F. Enumerated data type
G. set() method
H. multidimensional array
I. java.util
J. ascending order
K. fill() method
L. matrix
M. dynamically resizable
N. type-safe
O. one-dimensional array

Computer Science & Information Technology

You might also like to view...

Which of the following statements is false?

a. A catch block declares a type and an exception parameter name. b. Inside the catch block, you can use the parameter’s name to interact with a caught exception object. c. When a program is executed, array element indices are checked for validity—all indices must be greater than 0 and less than or equal to the length of the array. d. If an attempt is made to use an invalid index to access an element, an ArrayIndexOutOfBoundsException exception occurs.

Computer Science & Information Technology

Identify the letter of the choice that best matches the phrase or definition.

A. Which button merges different versions of a document? B. Which button makes the change marked up by a reviewer? C. Which button is used to insert references to headings, figures, or page numbers? D. Which button updates a table of authorities? E. Which button compiles a bibliography?

Computer Science & Information Technology

Which of the following assessment methods should be used to analyze how specialized software performs during heavy loads?

A. Stress test B. API compatibility test C. Code review D. User acceptance test E. Input validation

Computer Science & Information Technology

Persistent data stores values permanently by placing the information in a file.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology