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 is remote method invocation (rmi)?
Is the empty set a singleton?
How does system arraycopy work in java?
What is the difference between keyword and identifier?
Where can I find jdk in my computer?
Can we override the overloaded method?
How to disable caching on back button of the browser?
Explain inheritance in java?
what is the difference between yielding and sleeping? : Java thread
What is java regex?
What is merge sort in java?
Write a java program to find the route that connects between Red and Green Cells. General Rules for traversal 1. You can traverse from one cell to another vertically, horizontally or diagonally. 2. You cannot traverse through Black cells. 3. There should be only one Red and Green cell and at least one of each should be present. Otherwise the array is invalid. 4. You cannot revisit a cell that you have already traversed. 5. The maze need not be in the same as given in the above example
what is abstract class in Java?
What is finally and finalize in java?
What is a data structure java?