InterviewSolution
Saved Bookmarks
| 1. |
Which of these method of Object class can clone an object?(a) Objectcopy()(b) copy()(c) Object clone()(d) clone()I got this question in semester exam.The question is from The Object Class in division Inheritance of Java |
|
Answer» The correct choice is (C) Object CLONE() |
|