Home » Java Applet Communication

Java Applet Communication

by Online Tutorials Library

Applet Communication

java.applet.AppletContext class provides the facility of communication between applets. We provide the name of applet through the HTML file. It provides getApplet() method that returns the object of Applet. Syntax:

Example of Applet Communication

myapplet.html

Next TopicJava Reflection

You may also like