Application of references
1. References: store the addresses of objects in the heap space.
2. Each newly created object is independent of each other in the heap space.
3. References can be declared first and then assigned, and null can be used as the initial data of references.
4. References pass the addresses of objects in the heap space; Variables of basic data types pass numeric values.



