What is the difference between trusted and untrusted applet?

Questions by vidya_chintoo

Showing Answers 1 - 1 of 1 Answers

Yelisetty Niranjan Prasad

  • Apr 20th, 2006
 

In general, applets loaded over the net are prevented from accessing files on the client machine, and from making network connections except to the host originating the applet.In addition, applets loaded over the network are prevented from starting other programs on the client. Applets loaded over the network are also not allowed to load libraries, or to define native method calls, providing accessing to the underlying computer.On the other hand, trusted applets can be permitted to do all that. The trust model in Java allows you to enable only certain operations, so it is possible that you enable network connections to/from anywhere but don't permit access to the local file system.How to enable trusting an applet is different for each browser, IE, Netscape, and standard Java with the Plug-in.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions