About 187,000 results
Open links in new tab
  1. Applet (Java Platform SE 8 ) - Oracle

    An applet is a small program that is intended not to be run on its own, but rather to be embedded inside another application. The Applet class must be the superclass of any applet that is to be embedded in a Web page or viewed by the Java Applet Viewer. The Applet class provides a standard interface between applets and their environment.

  2. Applets - Oracle

    An applet is a program written in the Java programming language that can be included in an HTML page, much in the same way an image is included in a page. 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).

  3. Java Applet Basics - GeeksforGeeks

    Feb 12, 2025 · Java Applets were small programs written in Java that ran inside a web browser. Learning about Applet helps us understand how Java has evolved and how it handles graphics. Note : java.applet package has been deprecated in Java 9 and later versions, as applets are no longer widely used on the web.

  4. Different Ways to Run Applet in Java - GeeksforGeeks

    Jan 11, 2023 · Applet viewer is a command-line program to run a java applet. It helps you to test an applet before you run it in the browser. The applet's code gets transferred to the system & then the Java Virtual Machine (JVM) of the browser & executes that code.

  5. Package java.applet - Oracle

    Package java.applet Description. Provides the classes necessary to create an applet and the classes an applet uses to communicate with its applet context. The applet framework involves two entities: the applet and the applet context.

  6. 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.

  7. 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.

  8. Java Applet - Tpoint Tech

    Mar 23, 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. There are many advantages of applet. They are as follows: It works at client side so less response time. Plugin is required at client browser to execute applet.

  9. 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.

  10. java - Applet and libraries - Stack Overflow

    Jul 1, 2013 · JWS offers many more useful features, but the important thing here is that they can make natives available to applets. Use of native libs in an applet, requires the applet to be trusted.

  11. Some results have been removed
Refresh