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 |
What is the Difference between CLR & CTS?
Can you please explain the difference between dataset and datareader?
How do you do multithreading application in VB ?
Can you please explain the difference between authentication and authorization?
Difference between a sub and a function?
What are jagged arrarys ?
What is MSIL.
What is late binding and early binding?
What is an indexed property?
What is an abstract class?
What’s the difference between private and shared assembly?
Explain the difference between import system.data.sqlclient and system.data.oledb?
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)