Login
Remember
Register
Ask a Question
Out of these methods of the Object class, which one can clone an object?
0
votes
asked
Aug 21, 2022
in
JAVA
by
sharadyadav1986
Out of these methods of the Object class, which one can clone an object?
1) Object clone()
2) clone()
3) Object copy()
4) copy()
object-class
java
method
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Aug 21, 2022
by
sharadyadav1986
1) Object clone()
...