I\'m trying to compile a complete list of all restrictions placed on unsigned Java applets (defined as things a normal Java application can do, but an unsigned Java a
See this from Sun's tutorial: What Applets Can and Cannot Do.
Also you cannot register an UncaughtExceptionHandler.
UncaughtExceptionHandler