Varargs in Java: Variable-Argument Methods 2 minute read Varargs (...) lets a method accept zero or more arguments of the same type.