I have recently started developing applets.
I want to know if it is possible to:
package multiple applets in one jar file if yes, how do I do this ? if no, why not ? (i.e. technical reason)
use multiple applets on the same page if yes, how do I reference a particular applet from an archive, in my page? if no, why not ? (i.e. technical reason)
Are there any gotchas I need to be aware of for either of the above?