Multiple Choice
Which one of the following statements is true about passing arrays to a method?
A) By default, arrays are passed by value to a method
B) Arrays, when updated in a called method, are not reflected to the calling method
C) By default, arrays are passed by reference to a method
D) Arrays are passed only if size is specified as another argument
Correct Answer:

Verified
Correct Answer:
Verified
Q7: The enhanced for loop<br>A) is convenient for
Q8: Consider the telephone book as a physical
Q9: Which one of the following is a
Q10: Which one of the following statements is
Q11: The integer array numbers will be filled
Q13: What will be printed by the statements
Q14: Assume the array of integers values has
Q17: What is the output of the following
Q27: Suppose you wish to use an array
Q77: What is the result of the following