Multiple Choice
Which of the following is a correct method header for receiving a two-dimensional array as an argument?
A) public static void passArray(int[2])
B) public static void passArray(int [][])
C) public static void passArray(int[1][2])
D) public static void passArray(int[], int[])
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q10: Which of the following is a correct
Q32: In Java, you do not use the
Q34: What will be the value of x[8]
Q35: An array can hold multiple values of
Q36: What will be returned from the following
Q38: Any items typed on the command-line, separated
Q39: What will be the value of x[8]
Q40: Which of the following is a valid
Q41: What would be the results after the
Q42: To compare the contents of two arrays,