Multiple Choice
When you pass an array or an individual array element of a reference type to a method, the called method receives ________. When you pass an individual element of a primitive type, the called method receives ________.
A) a copy of the element's reference, a copy of the element's reference
B) a copy of the element's value, a copy of the element's reference
C) a copy of the element's value, a copy of the element's value
D) a copy of the element's reference, a copy of the element's value
Correct Answer:

Verified
Correct Answer:
Verified
Q28: Which of the following sets of statements
Q29: Invalid possibilities for array indices include .<br>A)
Q30: Which of the following statements is false?<br>A)
Q31: How many Book objects are created by
Q32: Which of the following statements about arrays
Q34: Consider the code segment below. Which of
Q35: In Java, multidimensional arrays _.<br>A) are not
Q36: Which statement correctly passes the array items
Q37: Arrays are _.<br>A) variable-length entities<br>B) fixed-length entities<br>C)
Q38: Which of the following tasks cannot be