First page Back Continue Last page Summary Graphic
Java Language Security
Access methods are strictly adhered to
No pointers (no access to arbitrary memory and automatic garbage collection)
final methods or variables cannot be changed
Variables MUST be initialized before use
Array bounds are enforced
Strict object casting rules