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)



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

Computer Science & Information Technology

You might also like to view...

A(n) input mask compares the data entered by the user against one or more valid values that the database developer specified using the Validation Rule property for the field. _________________________

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

Describe the differences between a call to an inline function member and a function that is not declared inline.. What advantages are there to inline? What disadvantages?

What will be an ideal response?

Computer Science & Information Technology

The company that popularized personal computing was ______.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

NMAP is a popular hacking tool

Indicate whether the statement is true or false.

Computer Science & Information Technology