Solved

Which Statement Is False

Question 10

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:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions