That feature is called varargs, and it's a feature introduced in Java 5. It means that function can receive multiple String arguments:
The parameter that gets the ... must be the last in the method...