Applet Communication
java.applet.AppletContext class facilitates the communication between applets.
ExampleWe have two applets ButtonApplet and ColorApplet, when a button of ButtonApplet is clicked, the background color of the ColorApplet changes. To create two objects, we write two times the