Tuesday, November 29, 2011

Can I use a "native" two-tier driver for a browser applet?

No. Within an unsigned applet, you cannot load native libraries over the wire, access the local file system, or connect to any host except the host from which you loaded the applet. The applet security manager enforces these restrictions on applets as protection against applets being able to do unsavory things to unsuspecting users.
Category:Applet Interview Questions

No comments:

Post a Comment