Primeira página Anterior Continuar Última página Sumário Gráfica
Java features
Java is secure
- important because of the distributed nature of the language
- no access outside the program memory space
- no pointers, boundaries checked
- bytecode verified by JVM before execution
- code has to be well-formed
- sandbox model of execution
- network-loaded application has limited access to system resources