❑ int [ ][ ] a;
❑ int a [ ][ ];
❑ array [ ] int a;
❑ int array [ ] a;
int[ ][ ] a; and int a[ ][ ];
❑ true
❑ false
true
❑ true
❑ false
false
❑ true
❑ false
❑ undefined
false
❑ a{2}{4}
❑ a( 2,4 )
❑ a[2][4]
❑ a[4][2]
a[2][4]
❑ a.rows
❑ a.length
❑ a.rows( )
❑ a.size
a.length
❑ a.length
❑ a[2].length
❑ a.size
❑ a[2].size
a[2].length
❑ true
❑ false
true
❑ true
❑ false
true
❑ true
❑ false
true
❑ Use the setCapacity method.
❑ Use the trimToSize method.
❑ We don’t need to do anything; capacity expands automatically as needed.
We don’t need to do anything; capacity expands automatically as needed
❑ at the beginning of the list
❑ at the end of the list
at the end of the list
❑ java.io
❑ java.util
❑ java.array
❑ java.list
java.util