Java View all facts Glossary Help |
| syntactic unit > access unit > variable > pointer > object reference |
| object reference comparison table | |||
| Subject | have | is a subtopic of | have example |
|---|---|---|---|
| named object reference | a name which is a variable name or a literal | Objects | |
| unnamed object reference | comment if it is non-obvious | Objects | getLength({1, 2, 3}) |
| variable reference | comment if it is non-obvious | Variables and Data Types |
Up: pointer