Multiple Choice
FIGURE 10-2
-In Figure 10-2 above, all of the following is true EXCEPT ____.
A) The method changes the student's name to Bill.
B) After the method finishes executing, the name is still Bill.
C) The actual and formal parameters do not refer to the same object.
D) Changes the method makes to the object's state are still in effect after the method terminates.
Correct Answer:

Verified
Correct Answer:
Verified
Q18: In a GUI, the _ sets the
Q19: The _ symbol on a button in
Q20: FIGURE 10-2 <img src="https://d2lvgg3v3hfg70.cloudfront.net/TB8769/.jpg" alt="FIGURE 10-2
Q21: An array with 20 ints that receives
Q22: When setting up an array, you need
Q24: FIGURE 10-1 <img src="https://d2lvgg3v3hfg70.cloudfront.net/TB8769/.jpg" alt="FIGURE 10-1
Q25: When referring to an array element, the
Q26: Organizing code into two classes called the
Q27: Ravi must indicate an array's _ in
Q28: A(n) _ is a loop that iterates