Solved

Why Is the Following Method Header Invalid

Question 49

Multiple Choice

Why is the following method header invalid?
Public static int[5] meth(int[] arr, int[] num)


A) Methods that return an array cannot specify its size
B) Methods cannot have an array as a return type
C) Methods cannot have an array as a parameter variable
D) Methods cannot have two array parameter variables

Correct Answer:

verifed

Verified

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

Related Questions