Multiple choice technology databases Which is not a collection type in VB.NET? Hashtable ArrayList Stack 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.