D
debo_nair
I wanted to know how a ClassLoader works within an Applet. I have an
applet contained within an jar and within the applet there is code to
load some classes using a Classloader.
What happens if the Classloader within the applet doesn't fine a
particluar class in the applet jar file? Does the Classloader go back
to the directory on the webserver from where the applet jar was
downloaded from and get the required class over the network? Note that
my applet is a signed applet.
applet contained within an jar and within the applet there is code to
load some classes using a Classloader.
What happens if the Classloader within the applet doesn't fine a
particluar class in the applet jar file? Does the Classloader go back
to the directory on the webserver from where the applet jar was
downloaded from and get the required class over the network? Note that
my applet is a signed applet.