| |
| | Making Deep Copies of Objects, Using strictfp, and Optimizing String Performance |
 | | Doing 50,000 copies in 8,500 milliseconds means that it didn't take very long to do a single copy. |
 | | A final point about copying through serialization is that all the objects that the serialization process encounters must be serializable. |
 | | For more information about deep copying, see Section 3.9.3, Shallow versus Deep Cloning, and Section 15.7, Object Serialization, in "The Java Programming Language Fourth Edition" by Arnold, Gosling, and Holmes. |
| java.sun.com /developer/JDCTechTips/2001/tt0410.html (1791 words) |
|