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 we have multiple classes in a single file?
What is the difference between a field variable and a local variable?
How hashmap increases its size in java?
Is final static java?
What is tree node in java?
What about method local inner classes or local inner classes in java?
Is a method a procedure?
Explain different ways of creating a thread. Which one would you prefer and why?
Explain tree set and its features?
What is size () in java?
What is quick sort in java?
What are the two ways of implementing multi-threading in java?
What is an empty list in java?
How can you traverse a linked list in java?
Write a program to print fibonacci series up to count 10.