please explain about cloneable interface
java
Collapse
X
-
Tags: None
-
Originally posted by santoshmiracleplease explain about cloneable interface
supplied to the API documentation. The Object class contains an elaborate
explanation about the clone() method and the Cloneable interface.
kind regards,
Jos
ps. please make up a better subject title next time -
Originally posted by santoshmiracleplease explain about cloneable interface
Attempts to clone instances that do not implement the Cloneable interface result in the exception CloneNotSupport edException being thrown.Comment
Comment