Multiple choice

Which of the following is the subclass of Hashtable in Java Collection Framework?

  1. Properties

  2. Dictionary

  3. Vector

  4. Stack

  5. None of the above

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

It is a subclass of Hashtable and it maintains a list of values such as the key and value, both are defined as a String.