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
When do we use synchronized blocks and advantages of using synchronized blocks?
What happens when heap memory is full?
Are arrays immutable in java?
What do you mean by ordered and sorted in collections in java?
What does business logic mean?
What is the importance of finally block in exception handling?
what is difference between equals and ==?
Why javac is not recognized?
Do extraneous variables affect validity?
Why can't you declare a class as protected?
What is an i/o filter?
Can you make a constructor final?
What are the types of sockets in java?
Can we make main() thread as daemon?
What does += mean coding?