Getting Started with Java
This is a 100% free course, but we need you to first join or login to watch this video.
Alright, join or login here.This video introduces the concept of multidimensional arrays in Java. Multidimensional arrays are considered as arrays of arrays. They consist of rows and columns of data and you can loop through them with a nested for loop. If the number of rows and columns are not uniform, then such a multidimensional array is called a jagged array.