Which of the following statements are true?
You can always change a method signature from
without causing a compiler error in the calling code.
A.
From within a method, an array parameter and a varargs parameter are treated the same.
From the caller, an array parameter is more restrictive.
Both types can receive an array.
Only a varargs parameter is allowed to automatically turn individual parameters into an array.
Statement I is correct and the answer is Option A.