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[1,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
Q5: A ragged array is _.<br>A) a two-dimensional
Q6: To return an array of long values
Q7: What would be the result after the
Q8: What does the following statement do? double[
Q9: Objects in an array are accessed with
Q11: Any items typed on the command line,
Q12: Java limits the number of dimensions that
Q13: Which of the following is a correct
Q14: The _ method is used to insert
Q15: You can use the _ method to