| Author |
Copy an object
|
Tom Liu
Greenhorn
Joined: Feb 08, 2005
Posts: 4
|
|
How do I make an exact copy of an object? Thank you!
|
 |
Ben Souther
Sheriff
Joined: Dec 11, 2004
Posts: 13410
|
|
Object.clone() http://java.sun.com/j2se/1.4.2/docs/api/java/lang/Object.html
|
Java API J2EE API Servlet Spec JSP Spec How to ask a question... Simple Servlet Examples jsonf
|
 |
marc weber
Sheriff
Joined: Aug 31, 2004
Posts: 11343
|
|
You may also want to read about cloning here: http://www.faqs.org/docs/think_java/TIJ319.htm
|
"We're kind of on the level of crossword puzzle writers... And no one ever goes to them and gives them an award." ~Joe Strummer
sscce.org
|
 |
 |
|
|
subject: Copy an object
|
|
|