explain the clone method and clonable interface



explain the clone method and clonable interface..

Answer / 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

More Core Java Interview Questions

What is difference between add() and addelement() in vector?

0 Answers  


Is a case study a method or methodology?

0 Answers  


What is deserialization and how do we do deserialization?

3 Answers   Synechron,


Is class is a data type?

0 Answers  


What are the steps that are followed when two computers connect through tcp?

0 Answers  






What is meant by memory leak?

0 Answers  


What are three ways in which a thread can enter the waiting state in java programming?

0 Answers  


Difference between this(), super()?

12 Answers   College School Exams Tests, Oracle,


What do you know about java?

0 Answers  


In java, how we can disallow serialization of variables?

0 Answers  


Why super is first line in java?

0 Answers  


What does || mean in code?

0 Answers  


Categories