What is the difference between Trusted and Untrusted
Applet ?
Answers were Sorted based on User's Feedback
Answer / anu
Applets are divided into two categories: trusted and
untrused. Trusted applets are not subject to any security
restrictions and can therefore open connections to any host
at will; untrusted applets are subject to the security
restrictions described below.
When an applet is loaded a check is first made to see if an
applet by that name (the value of the CODE attribute in the
APPLET tag) exists in the classpath (if none was explicitly
set, then just the internal default classpath is used); if
so, the applet found in the classpath is loaded. Applets
loaded this way are considered trusted. If no applet by the
requested name is found in the classpath then it is loaded
from the location specified by the combination of urls used
to load the page containing the applet and in the CODEBASE
attribute. Applets loaded this way are considered untrusted
| Is This Answer Correct ? | 3 Yes | 2 No |
Answer / bharat v
Trusted applet provides security and Untrusted applet
dosen't provide any security.
| Is This Answer Correct ? | 2 Yes | 3 No |
what is the role of xml in core java?? and how we can use it?? can somebody give a sample program with explanation and from where i can read more about xml?????
0 Answers HCL, SAP Labs, Vital Soft,
What is mean by collections in java?
where singleton classes are used in j2ee web application.can we use it for connection pooling.
What is meant by JVM? Is JVM platform independent or not?
What are advantages and disadvantages of OOPs?
i need example for java abstraction. where we use abstraction and why we need abstraction.
What is sleep method?
In a container there are 5 components. I want to display the all the components names, how will you do that one?
how can you retrive information from database by using hashmap/arraylist ,plz explain with example briefly?
who was the founder of java
32 Answers CTS, HCL, ProKarma,
How can two threads be made to communicate with each other?
What is java util collection?