Saturday, December 31, 2005
Thinking in Java
1. Pass by value all the time
2. For Object, the value is the reference to Object.
3. Use clone to avoid the change to alias object
Clonable is a tagging interface (RandomAccess for Collections)