About 15,500 results
Open links in new tab
  1. Java Applet Basics - GeeksforGeeks

    4 days ago · Java Applets are small Java programs that run inside a web browser or an applet viewer. They were widely used to create interactive and graphical web applications before modern web …

  2. Java - Applet Basics - Online Tutorials Library

    Applets are designed to be embedded within an HTML page. When a user views an HTML page that contains an applet, the code for the applet is downloaded to the user's machine. A JVM is required to …

  3. What Is an Applet in Java? Examples, Syntax, Types - Intellipaat

    Nov 4, 2025 · Learn Java applets through hands-on examples. Understand their syntax, types, and how to implement them effectively in web-based applications.

  4. Applets - Oracle

    When you use a Java technology-enabled browser to view a page that contains an applet, the applet's code is transferred to your system and executed by the browser's Java Virtual Machine (JVM).

  5. Java Applets - W3Schools

    Applets are small Internet-based program written in Java, a programming language for the Web and can be downloaded by any computer. The applet is also capable of running in HTML. The applet is …

  6. Applet in Java - Studytonight

    Learn Java Applets with detailed explanations of lifecycle methods, graphics, event handling, parameters, animations, and real-world examples. Covers Applet, JApplet, ...

  7. Java Applet - Tpoint Tech

    Mar 17, 2025 · Applet is a special type of program that is embedded in the webpage to generate the dynamic content. It runs inside the browser and works at client side.