Java Applet Programming Question: Download Java Applet PDF

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

Tweet Share WhatsApp

Answer:

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.

Download Java Applet PDF Read All 26 Java Applet Questions
Previous QuestionNext Question
How do we read number information from my applets parameters, given that Applets getParameter() method returns a string?How do I select a URL from my Applet and send the browser to that page?