...
Wiki Markup |
---|
\[JLS 05\] Section 4.12.4 |
...
DCL01DCL02-J. Do not declare more than one variable per declarationUse meaningful symbolic constants to represent literal values in program logic 03. Declarations and Initialization (DCL) DCL07DCL04-J. Beware of integer literals beginning with '0'Qualify mathematical constants with the static and final modifiers