First page Back Continue Last page Summary Graphic
Java Language Security Enforcement
Enforcement happens at different times
- Compile time enforcement
- Class load time enforcement
- Runtime enforcement
Its easy to get around compile-time enforcement - build your own classes for the JVM
Class loader and runtime enforcement are more difficult to get around