Which of the following statements are correct about a HashTable collection?
It is a keyed collection.
It is a ordered collection.
It is an indexed collection.
It implements a IDictionaryEnumerator interface in its inner class.
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.
Options
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
Correct Answer
1, 4 and 5 only
More questions
1. The space required for structure variables is allocated on stack.