Multiple choice technology programming languages

What is an Applet ?

  1. Type of computer

  2. A Java program that is run through a web browser

  3. An interactive website

  4. A type of fruit

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

An applet is a small Java program designed to run within a web browser as part of an HTML page. Applets were a key feature of Java in the late 1990s for bringing dynamic content to the web before modern JavaScript frameworks. They execute in a sandboxed JVM on the client side.