Login and Register ×
Check your Email for the OTP
Java Programming Language TCS Core Java Questions
⚠ Report ✓ Question Verified Copy Link
Explanation:
The correct option is:
cloneable
The Cloneable interface needs to be implemented in a class to allow objects to be copied (cloned) using the clone() method in Java.
Cloneable
clone()
Related Topic:
Share Above MCQ
Learn More MCQ Questions from Java Programming Language TCS Core Java Questions