Answer Posted / sunil kumar
Cloneable is a marker interface present in java.lang package. If we want to copy the object then we are using clone method by implementing our class from Cloneable interface.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are the different access modifiers available in java?
What are some characteristics of interference class?
How is it possible for two string objects with identical values not to be equal under the == operator?
Why should I use abstract class?
What an i/o filter?
Can we override private method?
Does string is thread-safe in java?
What is a text string?
Does java initialize arrays to zero?
What is space character in java?
Can constructor be protected in java?
What is object in java?
What is main string [] args?
What is unicode in java?
Why super is first line in java?