From the javadocs:
public static String format(String pattern,
Object... arguments);
The three periods after the final parameter's type indicate that the
final argument may be passed as an array or as a sequence of
arguments. Varargs can be used only in the final argument position.