varargs in Java

Varargs were introduced in Java 5 and provide a short-hand for methods that support an arbitrary number of parameters of one type.