Page 825 - AP Computer Science A, 7th edition
P. 825

22. (A) Here are the memory slots before the first someMethod call:
Just before exiting x = someMethod(y):
After exiting
x = someMethod(y);
x has been reassigned, so the object with num = 2 has been recycled:
  





























































































   823   824   825   826   827