Thread
:
Cloning
View Single Post
08-03-2003, 04:04 PM
#
6
(
permalink
)
Belisarius
Java fanboy
Join Date: Aug 2003
Posts: 1,151
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
View Public Profile
Find More Posts by Belisarius