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 an ArrayList and a LinkedList Data ...

What is the Purpose of Properties File in Java ?

What are the Disadvantages of Multithreading in Java ?

What is the Purpose of Native Method in Java ?

What is an EnumSet in Java ?