Programmer Question
I was looking for some tutorials explaning about Java cloneable, but did not get any good links, and stackoverflow is becoming more obvious choice anyways.
I would like to know the following
a.) Cloneable means we can have a clone or a copy of objects, by implementing the Cloneable interface, what are the advantages and disadvantages of doing that?
b.) How does the recursive cloning happens if the object is composite object
Thank you
Find the answer here
No comments:
Post a Comment