Applet Interview Question »
By Ramakrishna on Jun 8, 2008 in Applet interview questions | 0 Comments
Q. How can I arrange for different applets on a web page to communicate with each other?
A. 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.
Q. How do I select a URL from my [...]
