You are here: irt.org | FAQ | Java | Q4066 [ previous next ]
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.