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. Java method

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, typically embedded in HTML pages. It executes in a sandboxed JVM environment with restricted security permissions. Applets were commonly used for client-side web applications before being deprecated in favor of modern web technologies.