what is Boolean [] ba[]
supposed to mean? Is it an array (with name ba) of boolean type of an array of an array?
Asked
Active
Viewed 51 times
0

Joshua Dannemann
- 2,003
- 1
- 14
- 34

sevenyunan
- 21
- 1
- 5
-
Can you show it in context? As in a complete, syntactically correct line which uses it? – Philipp Oct 30 '15 at 22:59
-
2Apply the same concept of that question: write `Boolean[] ba[]` as `Boolean[][] ba` and check for yourself. – Luiggi Mendoza Oct 30 '15 at 22:59