Single Choice
Difficult
Q________ interface needs to be implemented for making object copies.
ID: #22939
TCS Core Java Questions
90 views
Question Info
#22939Q ID
DifficultDifficulty
TCS Core Java QuestionsTopic
Your Answer
Choose the Best Option
Click any option to instantly check if you're correct.
Correct Answer
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.
Continue Practice
Share
Share This Question
Challenge a friend or share with your study group.
More from This Topic