explain what is naming applets in java appletsyou


Explain what is Naming Applets in java applets?

You can give an applet a name by using the NAME attribute of the APPLET element. This allows communication between different applets on the same web page.

< applet code="HelloWorldApplet" name="Applet1"
codebase="https://www.foo.bar.com/classes" width="200" height="200"
align="right" hspace="5" vspace="10"
alt="Hello World!">
Hello World!< P>
< /applet>

Request for Solution File

Ask an Expert for Answer!!
JAVA Programming: explain what is naming applets in java appletsyou
Reference No:- TGS0285052

Expected delivery within 24 Hours