Multiple choice technology

In order to distribute Java applets, you require

  1. A Unix or Linux workstation which (in practice) would have a permanent link to the internet.

  2. The applet in .class format

  3. A licensed copy of the Java Development Kit, which comes with the appropriate rights for any programs you create

  4. 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.