Multiple choice Which of the following is not a method of Hashtable class in java collection framework? Void clear() Object clone() Object remove(Object key) String toString() None of the above Reveal answer Fill a bubble to check yourself E Correct answer Explanation Yes, all of the above are the methods of the Hashtable class in java collection framework.