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 the interface be final?
Explain illegalmonitorstateexception and when it will be thrown?
What is static block?
What is the difference between jvm and jre? What is an interface?
What are the advantages of user defined functions?
Implement two stacks using a single array.
what is the constructor and how many types of constructors are used in java?
What are different ways of object creation in java ?
What is the file extension for java?
What are keywords in programming?
Is null keyword in java?
Why method overriding is used?
What is linked hashset and its features?
How does a for loop work?
How do you declare a variable?