What is object cloning? JAVA
Answers
Answered by
0
The object cloning is a way to create exact copy of an object. The clone() method of Object class is used to clone an object. The java.lang.Cloneable interface must be implemented by the class whose object clone we want to create.
Answered by
0
Cloning is method in Java which is used for object duplication.
Similar questions