Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 249 Bytes

File metadata and controls

3 lines (2 loc) · 249 Bytes

what is jagged Array in java ?

In Java, a jagged array is a multidimensional array in which each row can have a different number of columns. This is in contrast to a regular multidimensional array, where each row has the same number of columns.