Multiple Choice
Which statement is false?
A) When a method call is made, the called method must know how to return to its caller, so the return address is pushed onto the program execution stack.
B) Stacks support recursive method calls in the same manner as conventional, nonrecursive method calls.
C) The program execution stack contains the space created for a method's global variables on each invocation of that method during a program's execution.
D) When a method returns to its caller, the memory for that method's local variables is popped off the stack and those variables are no longer known to the program.
Correct Answer:

Verified
Correct Answer:
Verified
Q5: If no memory is available, keyword new
Q6: A stack is a _ data structure.<br>A)
Q7: A queue is a _ data structure.<br>A)
Q8: An isEmpty method you write to test
Q9: Which statement is false?<br>A) A linked list
Q11: A _ class contains a reference member
Q12: Which statement is false?<br>A) In a tightly
Q13: Usually a _ in Java code indicates
Q14: Java performs automatic _ of objects that
Q15: Which statement about trees is false?<br>A) A