marker


The Java.lang.Cloneable interface is a marker interface. It was introduced in JDK 1.0. There is a method clone () in the Object class. Cloneable interface is implemented by a class to make Object.clone () method valid thereby making field-for-field copy.