Typical Java applet Structure
-
Java source --> javac compiler --> JavaVM Universal Machine code in .class file
-
Store JavaVM .class files on Web Server
-
Download JavaVM from Server to Client
-
Interpreter built into browser, reads JavaVM and executes on client
-
(User or System) Java event handlers interpret events within applet
|