0 votes
in JAVA by
Out of these methods of the Object class, which one can clone an object?

1) Object clone()

2) clone()

3) Object copy()

4) copy()

1 Answer

0 votes
by

1) Object clone()

...