Multiple choice

An applet __________

  1. is an interpreted program that runs on the client

  2. tracks the number of visitors to a Website

  3. is a compiled program that usually runs on the client

  4. collects data from visitors to a Website

  5. None of these

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

A Java applet is a compiled program that typically runs on the client side in a web browser. Unlike simple interpreted scripts, applets are compiled into bytecode before execution. The other options describe different web technologies (visitor tracking, data collection) that are not applet functions.