What are jagged arrays ?



What are jagged arrays ?..

Answer / Rakesh Kumar Singh

Jagged arrays in VB.NET are multidimensional arrays where each sub-array can have a different size. Each sub-array is declared separately, similar to an array of arrays. For example: Dim jaggedArray(2) As Array, jaggedArray(0) = New Integer(3) {1, 2, 3}, jaggedArray(1) = New String(4) {"A", "B", "C", "D"}

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More VB.NET Interview Questions

What is writeline in vb.net?

1 Answers  


What are the differences between c# and visual basic.net?

1 Answers  


What is the difference between manifest and metadata?

1 Answers  


Give the sample code for ItemStockGroupwise Report?

1 Answers   CTS,


Explain option strict?

1 Answers  


1234 123 12 1 how to design above pic in vb.net?

2 Answers   ABC,


Name a feature which is common to all .net languages?

1 Answers  


Explain global assembly cache (gac)?

1 Answers  


What do you mean by Redim in VB.NET?

1 Answers  


difference between checkbox vs radiobutton??

1 Answers  


What is MSIL.

8 Answers   HDFC,


what r the properties should be given to set method?

2 Answers   PSI Data Systems,


Categories