Multiple choice Which of the following is the method in 'Cloneable' interface? Copy() Clone() toString() finalize() None of the above Reveal answer Fill a bubble to check yourself E Correct answer Explanation Cloneable is the marker interface. It does not contain any methods.