Home / Java Programming / Objects and Collections :: Discussion

Discussion :: Objects and Collections

  1. Which interface does java.util.Hashtable implement?

  2. A.
    Java.util.Map
    B.
    Java.util.List
    C.
    Java.util.HashTable
    D.
    Java.util.Collection

    View Answer

    Workspace

    Answer : Option A

    Explanation :

    Hash table based implementation of the Map interface.


Be The First To Comment