Restrictions on what an unsigned Java applet can do?

后端 未结 2 2065
臣服心动
臣服心动 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:30

    Also you cannot register an UncaughtExceptionHandler.

提交回复
热议问题