Seen recently in the application I’m working on:
private final static int ZERO = 0;
Damn handy if you want to change ZERO to, say, 1 or 10000 everywhere.
Seen recently in the application I’m working on:
private final static int ZERO = 0;
Damn handy if you want to change ZERO to, say, 1 or 10000 everywhere.