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

Why Collection Interface Doesn’t Extend Cloneable and Serializabl ...

What are the Differences Between a Vector and an ArrayList in Jav ...

What are the Differences Between a Checked and Unchecked Exceptio ...

What are the Different Types of Classloaders in Java ?

What are the Popular Implementations of Deque in Java ?