SLIDE 1
Duke CPS 108
- 19. 1
Applications and Applets
- An applet is a program delivered via the web
➤ security issues, sandbox model ➤ where does code/images/etc come from? How is it
delivered?
➤ what browsers support the 1.1 AWT event model (what
about 1.2)?
- Use IE 4, Netscape 4 (patched), appletviewer to run an applet,
appletviewer is good for debugging
- Possible to wrap up lots of classes in a .jar file