Hi all..
Can anyone please explain me the cloning of objects in
java.
When i clone a object i get the same reference of the cloned object, by using clone() method.
I can also do it by simply using following line..
ob2 = ob1; // where ob2 and ob1 are of same type.
So whats the difference between the two.
Thanks.
------------------
L Goundalkar [email protected] Sun Certified Programmer for Java 2 Platform