| |
-
paper
 Building Secure Software with Java
This white paper discusses the applicability and desirability of Java as a programming language for use in secure systems compared to C and C++. At its foundation, Javas language features prohibit unsafe type coercions and address arithmetic, prevent dangling pointers, prohibit null pointer dereferencing and out-of-bound array subscripts, and restrict application behavior according to the credentials of an application provider.
Java...
preview:
http://www.aonix.com/pdf/MILSWhitePaper_e.pdf
6/12/2009
Tags: java
 |