Solved

Which One of the Following Is a Valid Signature of a Method

Question 117

Multiple Choice

Which one of the following is a valid signature of a method with an integer two-dimensional array parameter of size 10 x 10?


A) public void func(int[][] arr)
B) public void func(int[10][] arr)
C) public void func(int[][10] arr)
D) public void func(int[10][10] arr)

Correct Answer:

verifed

Verified

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

Related Questions