Object References
- Several references to one object
- Can point to nowhere (death undetected)
- Are strongly typed (at compile&run time)
- Support late binding
- Implemented by proxies
- But how do you get a reference?
– Bootstrap
- via well known entry point (Naming service)
- via reference-to-string (known URL, filename)
– from a Object method call