Comment Re:Even the variable names are the same (Score 0, Redundant) 293
> b) Its standard java coding style rules NOT TO USE a "_" in a constant.
It is standard Java coding TO USE an undescore between words in a constant. At least according to Sun