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
How many types of variables are there?
What are the two ways in which thread can be created?
What is difference between static and abstract class?
What is difference between equals and hashcode method?
What do you mean by local variable and instance variable?
What class allows you to read objects directly from a stream?
how to split string in java?
Is array serializable java?
How to reverse a string in java?
Compare java and python.
What is the main use of java?
Explain covariant method overriding in java.
Why do we need autoboxing in java?
What data structures are used to perform recursion?
What is double data type?