Hi, Some time ago I read about default parameter values, like
or at least I thought I did, cause it wont work when I try it out.Code:public blah(int a=0, int b=2) { ... }
Ive searched Google, but cant find anything.
Am I doing it wrong, or is this not supported in java?
Thanks.
