May 2004
Intermediate to advanced
288 pages
6h 37m
English
“An expert is one who knows more and more about less and less until he knows absolutely everything about nothing.” | ||
| --Murphy's Technology Laws | ||
IN THIS CHAPTER
From the beginning Java was designed to be secure. Security includes language features such as array index range checks, bytecode verification, and controlled access to critical system resources such as files and user information. At the beginning the security model assumed that all locally installed classes should be granted access to system resources and that all bytecode downloaded via the network should be restricted from sensitive information and operations. ...
Read now
Unlock full access