Multiple choice technology programming languages

A dynamic and interactive program that runs inside a web page displayed by a java capable browser is called as

  1. Servlet

  2. Applet

  3. Scriptlet

  4. Both a and b

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

An applet is a Java program designed to run in a web browser, providing dynamic and interactive content. Unlike servlets which run on the server, applets execute client-side within the browser's JVM.