What is a jagged array in java?
Score: 4.4/5 (62 votes) Prerequisite: Arrays in Java. A jagged array is an array of arrays such that member arrays can be of different sizes, i.e., we can create a 2-D array but with a variable number of columns in each row. These types of arrays are also known as Jagged arrays.What is jagged array ...