Question:
package GoodQuestions; public class MyClass { MyClass() throws CloneNotSupportedException { try { throw new CloneNotSuppo
You just have to make MyClass implement Cloneable interface. No need to provode implementation for clone().