Solved

Which of the Following Is a Correct Method Header for Receiving

Question 10

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:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions