Applet: A small, client-side program that is typically embedded within a web page to provide interactive features that execute in the context of a user’s browser. Historically, Java applets were common, but due to various security concerns and the phasing out of plugin support by modern web browsers, the use of Java applets has declined significantly. Current web applications now favor using HTML5, JavaScript, or WebAssembly to create dynamic and interactive user experiences directly in the browser without the need for additional plugins.
Categories: CC D5: Security Operations | CCSP D2: Cloud Data Security | CISM D3: Information Security Program | CISSP D8: Software Development Security | Security+ D1: General Security Concepts | SSCP D7: Systems and Application Security
Related Articles: