Java ________ can run from a web browser

Answered on


Java applets can run from a web browser.

In the context of Java, an applet is a small Java program that is typically embedded in a web page and can be executed by a Java-enabled web browser. Applets were used more commonly in the past for web-based interactive content, but their usage has diminished over time due to security concerns and the advent of alternative web technologies. Modern web development tends to favor other approaches, such as using JavaScript and HTML5 for web-based interactivity.