Solved

An Argument Type Followed by A(n) in a Method's Parameter

Question 1

Multiple Choice

An argument type followed by a(n) in a method's parameter list indicates that the method receives a variable number of arguments of that particular type.


A) square brackets ([])
B) ellipsis (...)
C) varargs keyword
D) All of the above are acceptable to indicate a variable number of arguments.

Correct Answer:

verifed

Verified

Related Questions