VB Dot Net Developer Question:

Explain jagged array in VB.Net?

Tweet Share WhatsApp

Answer:

Jagged array is nothing but an array of arrays. Each entry in the array is another array that can hold any number of items.

Download VB .Net Developer PDF Read All 56 VB .Net Developer Questions
Previous QuestionNext Question
Explain ReDim keyword?Can you please explain the difference between Dispose and Finalize()?