Restrictions on what an unsigned Java applet can do?

后端 未结 2 2063
臣服心动
臣服心动 2020-12-09 23:09

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

相关标签:
2条回答
  • 2020-12-09 23:17

    See this from Sun's tutorial: What Applets Can and Cannot Do.

    0 讨论(0)
  • 2020-12-09 23:30

    Also you cannot register an UncaughtExceptionHandler.

    0 讨论(0)
提交回复
热议问题