Multiple choice technology databases

Which is not a collection type in VB.NET?

  1. Hashtable

  2. ArrayList

  3. Stack

  4. Heap

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

In VB.NET, Hashtable, ArrayList, and Stack are all collection types designed to store and manage groups of objects. Heap is a memory structure used by the runtime for memory management, not a collection class in the System.Collections namespace.