What symbol is used for a varargs method parameter?
Click to view the answer
B.
Three dots (...) are the syntax for a method parameter of type varargs.
It is treated like an array.