Engineering Full Stack Apps with Java and JavaScript
Identify valid method declarations.
Select 1 option
A. public void methodX(int... i, String s);
B. public void methodX(int... i, String... s);
C. public void methodX(int i, int... j);
D. public int... methodX(int i);