Java array syntax inconsistency
Aug 26, 2011       11:52 am
Why the hell is it that this is valid Java:
byte[] x = {};
... But this isn't?
byte[] x;
x = {};
new comment >
Re: Java array syntax inconsistency
by Anonymous on Dec 8, 2011, 4:42 pm
Just work w it learn and process.