Multiple choice technology In order to distribute Java applets, you require A Unix or Linux workstation which (in practice) would have a permanent link to the internet. The applet in .class format A licensed copy of the Java Development Kit, which comes with the appropriate rights for any programs you create A Java-enabled web server Reveal answer Fill a bubble to check yourself B Correct answer Explanation Java applets are distributed as compiled .class files (bytecode) that browsers download and execute via JVM. Source code or JDK license is not required for users.