Fifth International World Wide Web Conference
Java - It's Safe
- Four different levels of safety checks and enforcement to prevent the
introduction of viruses
- protect against deleting or modifying files
- protect against corrupting the operator of user's computer
- More strict type model than either C or C++
- Arrays are first class objects
- always range checked
- no visible conversion to pointer plus offset
- No implicit declarations in Java
- Only a minimum number of implicit conversions
Java - An Introductory Language Tutorial
(E.A.Johnson)