Multiple Choice
When an array passed to a method is passed by ____, the method receives the actual memory address of the array and has access to the actual values in the array elements.
A) reference
B) value
C) output
D) input
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q12: For a method that accepts a parameter,
Q16: Explain how to write a Main() method
Q23: A method _ defines the rules for
Q24: A program element's _ is the segment
Q25: With _, if a programmer changes the
Q26: The _ accessibility modifier allows access to
Q29: A(n) _ is an encapsulated series of
Q30: A method that uses another is called
Q31: When method calls are placed inside other
Q32: You can tell a lot about a