Answer:
Correct option is: Arrays are passed to methods by reference.
Step-by-step explanation:
Arrays are passed to methods by reference. This means that if the content of the array is changed in a method, the change will be reflected in the calling method.