About Applet

hello friends,i need solution for a question.....Why Applet is considered as a Untrusted code? Justify it?can any please give solution to my answerThanks
[188 byte] By [Sarwan_Gresa] at [2007-11-27 0:27:13]
# 1

hi,

Applets are untrusted by browser because applets can access the hard disk of the running user. If proper permission are given they can create files/modify any file on your hard disk.. Now you can trust a signed applet i.e, digitally signed applets from trusted companies.

the major reason for making in untrusted is the ability to access hard disk.

hope this clears your doubt

-- Abdel Olakara

http://olakara.googlepages.com

Olakaraa at 2007-7-11 22:26:42 > top of Java-index,Java Essentials,New To Java...