Privacy Policy Terms Of Use. Copyright © 2006-2010 Java Tutorials and Examples.
Oracle and Java are registered trademarks of Oracle and/or its affiliates. Other names may be trademarks of their respective owners.
I have a Java vector object which stores objects of my customized class. I want to clone the vector object so that modification done in the copy does not affect the original vector object. How do I clone Java vector object. Help is requested.
Thanks.
