VB Dot Net Developer Question:

Explain ReDim keyword?

VB .Net Developer Interview Question
VB .Net Developer Interview Question

Answer:

Redim keyword is exclusively used for arrays and it is used to change the size of one or more dimensions of an array that has been already declared. Redim can free up or add elements to an array whenever required.


Previous QuestionNext Question
Explain Option Explicit?Explain jagged array in VB.Net?