Previous | Next | Trail Map | Writing Applets | Overview of Applets


What Applets Can and Can't Do

For security reasons, an applet that's loaded over the network has the following restrictions:

Things that applets can do, that you might not expect:

Each browser has a SecurityManager object that checks for applet security violations. When a SecurityManager detects a violation, it throws a SecurityException. [ need an example applet that tries to do a few forbidden things ]


Previous | Next | Trail Map | Writing Applets | Overview of Applets