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

What is the Difference Between Expression and Scriptlet in JSP ?

How Will You Implement a Thread Safe JSP Page ?

What is the Difference Between Array and ArrayList in Java ?

What is the Difference Between pass by reference and pass by valu ...

What is Observer Design Pattern in Java ?