Summary
Summary
- Java Memory
- The Stack
- Frames for method calls
- Variables within frames
- Parameters are passed
- Values are returned
- Recursion works with the stack
- Primitives vs Objects I
- How objects are stored
- The Heap
- Primitives vs Objects II
- How each is accessed
- Differences in practice
- Previous
- Next