Java Advance Go Back Multidimensional Array views 08:32 In Java, we have multidimensional arrays which are called arrays of array. Steps to declare an array of arrays:- 1. Declare an array with an array variable. 2. In all the indices of that variable, specify the additional index with the help of square brackets. Create if and if/else constructs Using a switch statement Creating and Using Arrays Multidimensional Array Using Loop constructs Creating and using Do/While loops Working with Methods and Encapsulation Assignment of Object referance variables Arguments and Parameters Applying static keywords to methods and fields Defualt constructor and User defined constructor Applying access modifiers Applying encapsulation principles to a class