Multiple Choice
Assume the following variable has been declared and given a value as shown:
Int[][] data = {
{9, 17, -4, 21 },
{15, 24, 0, 9},
{6, 2, -56, 8},
};
Which is the value of data.length?
A) 4
B) 3
C) 12
D) 6
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q63: Which statement is true about the code
Q64: Which statements are true regarding the differences
Q65: Which one of the following statements is
Q66: What will be printed by the statements
Q67: Consider the following code snippet in Java
Q69: What is the output of the following
Q70: What is the output of the code
Q71: Consider the following 2-dimensional array. Select the
Q72: Which statements are true about the buffer
Q73: Assume the array of integers values has