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 a method ?

6 Answers  


What is method in java with example?

1 Answers  


Define jit compiler?

1 Answers  


What is the purpose of the File class?

3 Answers  


What is a jit compiler?

1 Answers  


Why do we use threads in java?

1 Answers  


What is the use of coding?

1 Answers  


Why we can not force Garbage Collection?

7 Answers  


What is the method to expand and collapse nodes in a jtree?

1 Answers  


How do you print array in java?

1 Answers  


Explain the importance of finalize() method.

1 Answers  


Can we sort hashset in java?

1 Answers  


Categories