This week's book giveaway is in the General Computing forum. We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line! See this thread for details.
Hi All, I got very confused when I read the naming convention for constants in the Sun coding standards. Pls consider this given situation.
class TestConstants { public static final int ----------- (1) private static final int ---------- (2) public static final Logger ----------- (3) private static final Logger ----------- (4) } Could you please let me know the naming conventions for the above stated constant value decelerations.
Thanks in advance. Regards.
SCJP 1.4, SCMAD 1.0<br />SCWCD, SCBCD (in progress)