We can pass parameters to an applet using tag in the following way:
o
o
Access those parameters inside the applet is done by calling getParameter() method inside the applet. Note that getParameter() method returns String value corresponding to the parameter name.
SOURCE : www.referjava.com
No comments:
Post a Comment