Chapter 0 Introduction to Pointers in Java¶
- 0.1. Pointers Chapter Introduction
- 0.2. Basic References
- 0.2.1. What is a Pointer?
- 0.2.2. What is a Reference?
- 0.2.3. Data Types in Java
- 0.2.4. Referencing and Dereferencing
- 0.2.5. The Employee Class
- 0.2.6. Reference Assignments
- 0.2.7. Sharing
- 0.2.8. Shallow and Deep Copying
- 0.2.9. Bad References
- 0.2.10. Syntax
- 0.2.11. Example Reference Code
- 0.2.12. Bad reference Example
- 0.2.13. Reference Rules Summary
- 0.2.14. Java References vs Pointers
- 0.2.15. How Are References Implemented In The Machine?
- 0.2.16. Why Are Bad Reference Bugs So Common?
- 0.3. Local Memory
- 0.4. Heap Memory
- 0.5. Link Nodes