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
Can we declare a class as static?
Explain about join() method?
Which is bigger double or float?
Are arrays passed by reference in java?
What is mean by encoding?
Is 64bit faster than 32 bit?
When does a class need a virtual destructor?
Why parsing is done?
How many types of threads are there in java?
What is method overloading in java ?
How to print nodes of a Binary tree?
What is string pool in java?
What do you understand by java virtual machine?
What is fundamental datatype?
Can we overload the constructors?