Multiple Choice
double[][] empSales = new double[5][]; The above statement declares a(n) ____ array.
A) insertion
B) sort
C) jagged
D) boolean
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q57: int[][] myVals = {{2, 4, 6}, {1,
Q58: Describe how to visualize the following array.
Q59: Match each term with the correct statement
Q60: What is sorting and how are objects
Q61: int[][] myVals = {{2, 4, 6, 8},
Q63: In Java, you create an enumerated data
Q64: Programmers often refer to a _ search
Q65: Which of the following describes a data
Q66: The ArrayList class _ method returns the
Q67: How would you create an array named