Redundant Array Creation for Calling Varargs Method

    A varargs method is a method that can accept a variable number of arguments of the same type. For example, the following method prints any number of strings to the standard output:




Redundant Array Creation For Calling Varargs Method