<<< JVM | Index | Java Application Types, cont. >>> |
Standalone, or Desktop Application
Applet -- downloaded by the Java-enabled browser, running in a sandbox:
Untrusted applets don't have all of the JVM power. The Java sandbox restricts applets from performing many activities.
Trusted applets are digitally signed by their creator.
Servlets -- Java programs running on the web server
<<< JVM | Index | Java Application Types, cont. >>> |