How do you copy objects in Java? Every copy I currently make points to the same location in memory. Really frustrating as I transition from C++.

The object I want to make a copy of also is...