The varargs feature was introduced in the Java Development Kit ( JDK ) v1.5.0 to support methods that accept a variable numbers of arguments.
...
The varargs feature was introduced in the Java Development Kit ( JDK ) v1.5.0 to support methods that accept a variable numbers of arguments.
...