I guess you're copying the object reference rather than the object itself. You'll find that object references in Java are a bit like pointers in C++ (with some restrictions). You never really see a...