Applet Security

CPS714

Byte-Code Verification


Another important function of the class loader is to ensure that all untrusted Java code is passed trough the Java byte-code verification process. This process ensures that the loaded code does not violate Java namespace restrictions or type conversion restrictions. It also checks that the code:


Next TOC Previous