Multiple choice technology programming languages

Stack is used to maintain objects on a permanent basis.

  1. True

  2. False

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

The stack is used for short-term memory management, such as storing local variables and method call frames, rather than maintaining objects on a permanent basis.