Restrictions imposed on Java applets:

  1. An applet cannot load libraries or define native methods.
  2. An applet cannot ordinarily read or write files on the execution host.
  3. An applet cannot read certain system properties.
  4. An applet cannot make network connections except to the host that it came from.
  5. An applet cannot start any program on the host that’s executing it.
Posted on by