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 Use of Run Time Polymorphism in Java ?

What are the Situations in Which You Choose HashSet or TreeSet in ...

What is the Reason to Organize Classes and Interfaces in a Packag ...

Why Integer Class in Final in Java ?

What are the Disadvantages of Multithreading in Java ?