Question: For java .clone I don't know why is incorrect ? Partial Question 1 0.33/1 pts Which of the following statements about the Object.clone method are

For java .clone
I don't know why is incorrect ?
Partial Question 1 0.33/1 pts Which of the following statements about the Object.clone method are true? Check all that apply If the object being cloned does not implement the Cloneable interface, then it throws an exception Its return type is the same as the cloned object. It returns a new object that has a state identical to the cloned object. t copies an object reference instance variable but does not clone the object that is reference
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
