🎴 Flashcard Mode

Java and VB.NET Programming Quiz

Card1 / 10
Mastered0
Review0
QuestionClick to flip

Which is not a collection type in VB.Net

AnswerClick to flip back
A
Heap
💡 Explanation:

VB.NET provides collection types like Hashtable, ArrayList, Stack, and Queue. Heap is not a collection type - it's a memory structure used internally by the runtime for allocation, not a class you instantiate for data storage.

Change Mode