Multiple choice Which of the following exceptions is thrown by the clone() method in Java? ClassNotFoundException ClasssNotSupportedException IllegalAccessException ArithmaticException None of the above Reveal answer Fill a bubble to check yourself E Correct answer Explanation clone() method throws CloneNotSupportedException.