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[])


b. public static void passArray(int [][])

Computer Science & Information Technology

You might also like to view...

What are advantages of %TYPE attribute in variable declaration?

What will be an ideal response?

Computer Science & Information Technology

How do you run a PL/SQL block?

What will be an ideal response?

Computer Science & Information Technology