Home » JAVA Programming » Object & Classes » Question
  1. Which of these method of Object class can clone an object?
    1. clone()
    2. Object clone()
    3. Objectcopy()
    4. copy()
    5. None of these
Correct Option: B

Object clone()



Your comments will be displayed only after manual approval.