Discussion Forum

What is Object Cloning?

Re: What is Object Cloning?

by Dr. Jeetendra Pande -
Number of replies: 0
An ability to recreate an object entirely similar to an existing object is known as Object Cloning in Java. Java provides a clone() method to clone a current object offering the same functionality as the original object.