You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Next »

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. Reserved Words (RSV)

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

  • No labels