You are given a method with one vararg:
public static void method(int... vararg) {
System.out.println(vararg.length);
}
Match the calls of this method and their results.
You are given a method with one vararg:
public static void method(int... vararg) {
System.out.println(vararg.length);
}
Match the calls of this method and their results.
Create a free account to access the full topic