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.