March 2005
Beginner to intermediate
1254 pages
104h 21m
English
Cloneable
This
interface defines no methods or variables, but indicates that the
class that implements it may be cloned (i.e., copied) by calling the
Object method
clone( ). Calling
clone( ) for an object that does not implement
this interface (and does not override clone( )
with its own implementation) causes a
CloneNotSupportedException to be thrown.
public interface Cloneable {
}Too many classes to list.
Read now
Unlock full access