Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

What is the difference between Trusted and Untrusted
Applet ?

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

If an object reference is set to null, will the garbage collector immediately free the memory held by that object?

1199


What are java packages? What is the significance of packages?

1066


Explain the selection sort algorithm?

1118


Explain about serializable interface in java?

1051


What is the impact of declaring a method as final?

1072


Will the compiler creates a default constructor if I have a parameterized constructor in the class?

1171


how does multithreading take place on a computer with a single cpu? : Java thread

1201


What are the advantages and disadvantages of object cloning?

1164


What is append in java?

1245


Does substring create a new object?

1053


Which container method is used to cause a container to be laid out and redisplayed in java programming?

1177


What is a text string?

1144


What if static is removed from main method?

1108


What are controls and their different types in awt?

1144


Explain about field hiding in java?

1001