What are the restrictions of an applet & how to make the applet access the local machines resources.

Showing Answers 1 - 1 of 1 Answers

paramasivam.k

  • Aug 2nd, 2005
 

Applet :  
download from internet and then start execute. to avaid mis use of local machine resource many of access are restricted. for example 
 
1. access event queue 
2. access filesystem esp. for writing 
3. create socket other host machine 
4. create another process  
5.etc  
 
those can be relaxed by "policy" file which is located  
JVM insallation directory 
 
so, make entry to this policy file is only way now to allow applet access local file system

  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