How to create Object array in VB.NET

We can create new Object array on declaration.

There is another syntax with little difference but has the same effect.

How to use Collection in VB.NET with code examples

Collection is an object container. In general, a collection contains multiple values and provided ways to iterate through them or add and delete them. Just like the collection framework in Java. The .NET platform has its own collection framework which is a part of the .NET framework.