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

How remove Method is Implemented in a HashMap in Java ?

How Will You Implement a Thread Safe JSP Page ?

What is the Difference Between an ArrayList and a LinkedList Data ...

Why Java Does Not Support Operator Overloading ?

How Will You Make an Object Immutable in Java ?