Question: Which statement is true? A. You can always change a method signature from call (String[] arg) to call (String... arg) without causing a compiler error
Which statement is true?
A. You can always change a method signature from call (String[] arg) to call (String... arg) without causing a compiler error in the calling code. B. You can always change a method signature from call (String... arg) to call (String[] arg) without causing a compiler error in the existing code. C. Both of the above. D. Neither of the above.
Step by Step Solution
3.27 Rating (153 Votes )
There are 3 Steps involved in it
The image contains a multiplechoice question about Java method signatures and varargs Here are the o... View full answer
Get step-by-step solutions from verified subject matter experts
