What are the restrictions imposed by the security manager on applets. (Select Multiple)

A) Cannot start any program on the host that is executing it.
B) Cannot read some system properties.
C) Cannot load libraries or define native methods.
D) Cannot read or write files on the host that is executing it.

Showing Answers 1 - 3 of 3 Answers

 In general applets  loaded over the net are prevented from reading and writing files on the client file system, and form making n/w connections except to the originating host.In addition  applets loaded over the net are prevented from starting other programs on the client.Applets loaded over the net are also not allowed to load libraries or to define native methods calls.If an applet could define native method calls that would give the applet direct access to the underlying computer.

  Was this answer useful?  Yes

The answer is all the above coz applets loaded over the net are prevented from reading and writing files on the client file system and from making network connections except to the originating host.In addition applets loaded over the net are prevented from starting other programs on the client. Applets loaded over the net are also not allowed to load libraries or to define native method calls.If an applet could define native method calls,that would give the applet direct access to the underlying computer.

so all the above mentioned options are correct

  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