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

Verified
Correct Answer:
Verified
Related Questions
Q8: What does the following statement do? double[
Q9: Objects in an array are accessed with
Q10: Which of the following is a correct
Q11: Any items typed on the command line,
Q12: Java limits the number of dimensions that
Q14: The _ method is used to insert
Q15: You can use the _ method to
Q16: What will be the value of x[8]
Q17: If final int SIZE = 15 and
Q18: A(n) _ is used as an index