jQuery in Action, 2nd edition
The moose likes Java in General and the fly likes clonning Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Java in General
Reply Bookmark "clonning " Watch "clonning " New topic
Author

clonning

vykuntam chandra sekhar rao
Greenhorn

Joined: Sep 18, 2003
Posts: 5
hi i had a doubt in clonning topic like

where do we use clonning, and if we have clone() method in Object class which is super class of all our userclasses which we write what is the need to override clone() method by implementing clonnable interface . if that is not there we can remove even clone() method form Object classs know then why we have that one in java api.


pls respond to it as early as possible.

thanking u.

Nikhil Vasaikar
Ranch Hand

Joined: Aug 18, 2004
Posts: 56
I suggest you to refer to the following example. Hope this answers your queries.


Regards,

Nikhil
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: clonning
 
Similar Threads
Clonning problem
Serializatin & Clonning
Threads and Clonning
clonning
Shallow Cloning