How do you iterate through elements in a 2D array in Java?
Using recursion
Using a single for loop
Using while loops
Using nested for loops