Answer Posted / prashant singh
cloneable interface is a marker interface,found in java.lang package.if we want to clone the object then we have to implement this interface.
if we do not implement it and try to make clone of object then CloneNotSupportedException is thrown.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is exception hierarchy in java?
Why do we create threads in java?
Can we write multiple catch blocks under single try block?
What does serializing data mean?
how do I create a runnable with inheritance? : Java thread
What's the difference between comparison done by equals method and == operator?
why using interface interface ?
What is string literal in java?
What are keywords in programming?
Tell us something about set interface.
What do you understand by soft reference?
Why string is called as immutable?
What is the purpose of the System class?
What is charat ()?
What is import java util arraylist?