How can I arrange for different applets on a web page to communicate with each other?

Submitted by: Administrator
Name your applets inside the Applet tag and invoke AppletContext's getApplet() method in your applet code to obtain references to the
other applets on the page.
Submitted by: Administrator

Read Online Java Applet Job Interview Questions And Answers