Multiple choice

Which of the following is not a method of Hashtable class in java collection framework?

  1. Void clear()

  2. Object clone()

  3. Object remove(Object key)

  4. String toString()

  5. 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.