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) 

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

1 Expert Approved Answer
Step: 1 Unlock

The image contains a multiplechoice question about Java method signatures and varargs Here are the o... View full answer

blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Oracle Questions!