Answer Posted / bindhu
Clonnable interface is used to create excact copy of an
object or method or variable.
When we want a replica of one object and want to use
it in some other scenario then we make use of cloneable
interface.
| Is This Answer Correct ? | 6 Yes | 4 No |
Post New Answer View All Answers
Can you call one constructor from another if a class has multiple constructors?
What is the method overriding?
Can we assign the reference to this variable?
What is meant by local variable and instance variable?
Give an example of call be reference significance.
Which sort is best in java?
How many days will it take to learn java?
What is method reference?
What is string in java? String is a data type?
What is the parse method in java?
What does a method signature consist of?
Can a static member function access member variable of an object?
How to remove the trailing spaces from a string?
What is the purpose of garbage collection in java? When is it used?
What is difference between static and final?