C# Programming - Collection Classes
Exercise : Collection Classes - General Questions
- Collection Classes - General Questions
1.
Which of the following statements are correct about an ArrayList collection that implements the IEnumerable interface?
- The ArrayList class contains an inner class that implements the IEnumerator interface.
- An ArrayList Collection cannot be accessed simultaneously by different threads.
- The inner class of ArrayList can access ArrayList class's members.
- To access members of ArrayList from the inner class, it is necessary to pass ArrayList class's reference to it.
- Enumerator's of ArrayList Collection can manipulate the array.
2.
How many enumerators will exist if four threads are simultaneously working on an ArrayList object?
3.
In which of the following collections is the Input/Output index-based?
- Stack
- Queue
- BitArray
- ArrayList
- HashTable
4.
In which of the following collections is the Input/Output based on a key?
- Map
- Stack
- BitArray
- HashTable
- SortedList
5.
In a HashTable Key cannot be null, but Value can be.
Quick links
Quantitative Aptitude
Verbal (English)
Reasoning
Programming
Interview
Placement Papers