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 shows an example of a multidimensional array in Java. It first shows you how to create a multidimensional array using the new keyword or array literal. It then uses a nested for loop to display all the elements of a multidimensional array. It also shows how to find the length of a multidimensional array. Finally, we cover how to make a jagged array, pass a multidimensional array to a method and return a multidimensional array from a method.