Multiple choice

Which of the following is/are applicable for Redeclaring Arrays in VB.NET?

  1. The array can be redeclared implicitly.

  2. It makes the preservation of the data of the original array.

  3. It can be used to change an array from one data type to another.

  4. It can produce exception in the code.

  5. It produces the complexity problem in the code.

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

This is correct because the ability to keep expanding the array is needed.