VB Dot Net Developer Question:

Download Job Interview Questions and Answers PDF

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.

Download VB .Net Developer Interview Questions And Answers PDF

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