copy code,drag or close
Collections are objects that can hold a variable number of elements, they can have
elements added and removed without needing to worry about the details of memory allocation.
A collection that in this fashion is known as a hash table.
There are many types of collections in addition to the hash table that early ASP developers used.
Each of the different types of collection provides an easy way to add and remove elements from a store that can hold any number of elements required, however each has its own method of storing, retrieving, and referencing its various