what does this mean
final double SMALL$$ = 1.89;
does $$ actually mean anything or is it a way they just named it?
Printable View
what does this mean
final double SMALL$$ = 1.89;
does $$ actually mean anything or is it a way they just named it?
Its just the way the variable is named. It doesn't do anything like it does in VB.
Is $ a legal identifier part?
As long as it doesn't come first, I guess it is. Compiled for me anyway...