|
|
Q4066 Is there any way to load applet faster in a HTML site?
irt.org | Knowledge Base | Java | Q4066 [ previous next ] Q4066 Is there any way to load applet faster in a HTML site?Use a Java Archive file to cluster the classes and the data that you want to supply to your applet. Check out the JAR utility that comes with the JDK, check the options to compress the .jar file. Now use the archive field in the applet tag. This will help in reducing the time to load the applet. |
-- div -->
|