+ 1
is declaration of arrays is same in Java and c++
2 Answers
+ 1
Near enough; standard convention is to put the [] after the array name in c++ whereas Java it's often put after the type declaration.
0
small correction,IN the variable type since the [] are considered part of the type