Attaching the snippet of clone method implementation from object class, although object class does not implement cloneable interface, how is it allowed to use it ? Another one : Why couldn't clone method could stay in cloneable interface instead of object class ? What's the significance and importance aka real time application of marker interface which a usual interface could not have provided.
[clone method from object class] [1]: https://i.stack.imgur.com/QH4Yi.png