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

An applet is a small application compiled to bytecode that runs on the client side, typically within a browser or JVM. While applets are interpreted at runtime, they are first compiled to bytecode before distribution. Visitor tracking and data collection are web server functions, not applet characteristics. The key distinction is that applets are pre-compiled programs delivered to clients.