Programming Tutorials

Comment on Tutorial - clone() and the Cloneable Interface in Java By Henry



Comment Added by : sandeep

Comment Added at : 2013-03-26 09:45:37

Comment on Tutorial : clone() and the Cloneable Interface in Java By Henry
good explanation of shallow and deep cloning. But would have been nice, if you include details like combining cloning with singleton class, inheritance and final variables.
Thanks
<a href="http://www.javaexperience.com/java-cloning-tutorial/">Cloning in Java</a>


View Tutorial