For the specific use given, no, it doesn't matter, same result either way.
If you were declaring more than a single variable on that line then it would matter, for example:
String [] a,b,c; // three 1d arrays
String a, b[], c[][]; // a string, a 1d array, a 2d array