Which Class Contains Clone Method in Java ?

clone() method is defined in Object class. Cloneable is a marker interface that doesn't contain any method..



You May Interest

When Will You Use Strategy Design Pattern in Java ?

Replacing Hashtable With ConcurrentHashMap in Java

What is Difference Between Include Directive and Include Action o ...

Does Java Allow Virtual Functions ?

What are the Examples of Observer Design Pattern in JDK ?