In Java what is the difference between following two statements ? int a[],b; int []a,b;
1 Programming Languages AllOther 2525
Question { 2525 }
In Java what is the difference between following two statements ?
int a[],b;
int []a,b;
Answer
| Is This Answer Correct ? | 0 Yes | 1 No |