Local variables in a method
- A
Are shared with all instances
- B
Persist across method calls
- C
Default to 0
- Dcheck_circle
Only exist while the method is executing
Explanation
Locals live on the stack frame; destroyed when method returns.
AP Computer Science A· difficulty 3/5
Local variables in a method
Are shared with all instances
Persist across method calls
Default to 0
Only exist while the method is executing
Explanation
Locals live on the stack frame; destroyed when method returns.
Want 10 more like this — adaptive to your weak spots?