Explain about jagged arrarys ?



Explain about jagged arrarys ?..

Answer / Sandeep Jaiswal

A jagged array in VB.NET is a multi-dimensional array where each sub-array may have a different number of elements. Unlike regular multi-dimensional arrays, jagged arrays are not created with the Dim statement but instead using an array of arrays. For example, Dim jaggedArray(3) As Array, where jaggedArray(0) could be an array of integers and jaggedArray(1) could be an array of strings. The size of each sub-array is determined when it is assigned.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More VB.NET Interview Questions

What is the Difference between CLR & CTS?

3 Answers  


Can you please explain the difference between dataset and datareader?

1 Answers  


How do you do multithreading application in VB ?

4 Answers   Satyam,


Can you please explain the difference between authentication and authorization?

1 Answers  


Difference between a sub and a function?

2 Answers  


What are jagged arrarys ?

1 Answers  


What is MSIL.

8 Answers   HDFC,


What is late binding and early binding?

1 Answers  


What is an indexed property?

1 Answers  


What is an abstract class?

4 Answers  


What’s the difference between private and shared assembly?

1 Answers  


Explain the difference between import system.data.sqlclient and system.data.oledb?

1 Answers  


Categories