"Hi, Amigo!"

"I just found a magazine from 2014. Can you imagine?"

"And it has a set of cloning tasks that are older than dirt. Check it out:"

12
Task
Java Multithreading,  level 1lesson 8
Locked
Deep cloning of a map
Provide the ability to create a deep clone of a Solution object. The data in the users map should also be cloned. Don't forget about the equals and hashCode methods needed to correctly add User elements to the HashMap.
12
Task
Java Multithreading,  level 1lesson 8
Locked
Cloning plants
The Plant class should not implement the Cloneable interface Implement deep cloning for Tree.
6
Task
Java Multithreading,  level 1lesson 8
Locked
Prevent cloning
Allow cloning of the A class. Prevent cloning of the B class. Allow cloning of the C class. Don't forget about the equals and hashCode methods!