Thread: Cloning
View Single Post
Old 08-03-2003, 04:04 PM   #6 (permalink)
Belisarius
Java fanboy
 
Belisarius's Avatar
 
Join Date: Aug 2003
Posts: 1,151
Belisarius is on a distinguished road
The Java API. See clone() in Object:

The class Object does not itself implement the interface Cloneable, so calling the clone method on an object whose class is Object will result in throwing an exception at run time.
__________________
GitS
Belisarius is offline   Reply With Quote