Fifth International World Wide Web Conference
Java Pointers
- No explicit pointer types in Java
- Only Object References
- No conversions between Object References and integer types
- The constant
null
indicates a reference to no object
- 0 is arithmetic zero
false
is opposite of true
- Use the distinct constant value that fits the application
Java - An Introductory Language Tutorial
(E.A.Johnson)