About 175,000 results
Open links in new tab
  1. Java Applet Basics - GeeksforGeeks

    Feb 12, 2025 · Java Applet is a special type of small Java program embedded in the webpage to generate dynamic content. The specialty of the Java applet is it runs inside the browser and works on the Client side (User interface side). Note:Applets, which are small programs that can be run inside a web page, are no

  2. Applet (Java Platform SE 8 ) - Oracle

    The Applet class provides a standard interface between applets and their environment. This class implements accessibility support for the Applet class. Fields inherited from interface java.awt.image. ImageObserver. Constructs a new Applet.

  3. Java applet - Wikipedia

    Java applets are small applications written in the Java programming language, or another programming language that compiles to Java bytecode, and delivered to users in the form of Java bytecode.

  4. Applet in Java with Real-time Examples - Dot Net Tutorials

    The applet contains several methods that offer you detailed control over the execution of your applet. java.applet defines three interfaces : AppletContext, AudioClip, and AppletStub. This chapter examines the Applet class, which provides inspiration for applets.

  5. Java Applet Basics - Online Tutorials Library

    An applet is a Java class that extends the java.applet.Applet class. A main() method is not invoked on an applet, and an applet class will not define main() . Applets are designed to be embedded within an HTML page.

  6. Java Applet Class - GeeksforGeeks

    Jan 11, 2023 · A Java Applet was created using the Applet class, i.e., part of the java.applet package. The Applet class provides a standard interface between applets and their environment. The Applet class is the superclass of an applet that is embedded in a Web page or viewed by the Java Applet Viewer.

  7. Java Applet | Create an Run an Applet Program in Java

    Applets are small Java applications which can be accessed on an Internet server, transported over the Internet, and can be installed and run automatically as part of a web document. The applet can create a graphical user interface after a user gets an applet.

  8. Lesson: Java Applets (The Java™ Tutorials > Deployment) - Oracle

    This lesson discusses the basics of Java applets, how to develop applets that interact richly with their environment, and how to deploy applets. A Java applet is a special kind of Java program that a browser enabled with Java technology can download from the internet and run.

  9. Java - Applet Basics - Advanced Java - W3schools

    Think of an applet as a small Java program that can be embedded in a web page. It's like a miniature application that runs within your browser, bringing interactivity and dynamic content to otherwise static HTML pages. Every applet goes through a series of stages during its lifetime.

  10. Java Applets - W3Schools

    An applet must be a subclass of the java.applet.Applet class. The Applet class provides the standard interface between the applet and the browser environment. Swing provides a special subclass of the Applet class called javax.swing.JApplet.

  11. Some results have been removed