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

Choose the Best Option

Click any option to instantly check if you're correct.

  • A cut
  • B set
  • C cloneable
  • D carbon
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.

Share This Question

Challenge a friend or share with your study group.