Home » JAVA Programming » Object & Classes » Question
  1. Which of these method of Object class can generate duplicate copy of the object on which it is called?
    1. copy()
    2. dito()
    3. clone()
    4. duplicate()
    5. None of these
Correct Option: C

clone()



Your comments will be displayed only after manual approval.