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 are the advantages of arraylist over arrays?
When is update method called?
What are synchronized blocks in java?
What are the steps that are followed when two computers connect through tcp?
What is application tier?
Which programming language is most secure?
What is the use of generics? When was it added to the Java development Kit?
What is a jit compiler?
What is the difference between choice and list?
Is finalize() similar to a destructor?
What is an interoperable application in java ?
What is indexof?
What is difference between throw and throws ?
What is string [] args?
What is abstraction in java?