The Java Secure Coding Standard includes rules and recommended practices for secure programming in the Java Platform Standard Edition 6 environment including the CORE API and perhaps the Non-Core APIs included in JDK 1.6.

00. Security (SEC)

01. Operators (OPS)

02. Scope (SCP)

03. Integers (INT)

04. Objects Orientation (OBJ)

05. Primitives and Variables (PNV)

06. Literal Data (LIT)

07. Methods (MET)

08. Control Flow (CTL)

09. Miscellaneous (MSC)

AA. Java References