Multiple choice technology programming languages

What is an Applet?

  1. An interactive website

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

  3. A type of computer

  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 be transmitted over the internet and executed within a web browser. It runs on the client side using a Java Virtual Machine embedded in the browser, enabling interactive web content before modern JavaScript frameworks became prevalent.