From Javalobby:
I promised a sequel as I have encountered more trouble than that, so here it is. Varargs are another great feature introduced in Java While being merely syntactic sugar, you can save quite some lines of code when passing arrays to methods:. Method declarations with or without varargs public static String concat1(int[] values) public static String concat2(int...
Tagged: #java #compilers #apis #generics