Home / C# Programming / Collection Classes :: Discussion

Discussion :: Collection Classes

  1. Which of the following statements are correct about a HashTable collection?

    1. It is a keyed collection.
    2. It is a ordered collection.
    3. It is an indexed collection.
    4. It implements a IDictionaryEnumerator interface in its inner class.
    5. The key - value pairs present in a HashTable can be accessed using the Keys and Values properties of the inner class that implements the IDictionaryEnumerator interface.

  2. A.
    1 and 2 only
    B.
    1, 2 and 3 only
    C.
    4 and 5 only
    D.
    1, 4 and 5 only
    E.
    All of the above

    View Answer

    Workspace

    Answer : Option D

    Explanation :

    No answer description available for this question.


Be The First To Comment