Java Variable Arguments
Q1.
Which symbol is used to declare variable arguments in Java?
Q2.
How many varargs parameters are allowed in a single method?
Q3.
Which of the following is a valid varargs method declaration?
Q4.
What is the type of a varargs parameter inside the method?
Q5.
Which statement is TRUE about varargs in Java?