| |
-
article
 White 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.
Java is much more secure than C and C++ because the byte-code verifier prohibits unsafe type coercions and address arithmetic, garbage collection prevents dangling pointers, run-time checks prohibit null pointer dereferencing and out-of-bound array subscripts, and the security manager restricts application behavior accordi...
preview:
http://www.embedded-computing.com
6/22/2009
Tags: java
 |