Multiple choice technology programming languages

An applet will run in almost any browser because...

  1. The server has a built-in JVM.

  2. The browser has a built-in JVM.

  3. The source code is interpreted by the browser.

  4. Applets don''t need a JVM.

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

Java applets run in browsers because browsers include a Java Virtual Machine (JVM) or Java plug-in that executes the applet bytecode. The JVM provides the runtime environment necessary for applets to function within the browser's security sandbox. Modern browsers no longer support applets due to security concerns.