You are given a method with the following declaration:
public static int method(int[] array, int... vararg) { return 1; }
Select all correct ways to invoke this method.
You are given a method with the following declaration:
public static int method(int[] array, int... vararg) { return 1; }
Select all correct ways to invoke this method.
Create a free account to access the full topic