Which of these method of Object class can generate duplicate copy of the object on which it is called?
(a) clone()
(b) copy()
(c) duplicate()
(d) dito()
This question was addressed to me in an interview.
The doubt is from Java.lang topic in division Exploring java.lang & java.io of Java