Saved Bookmarks
| 1. |
What Are The Applets Information Methods? |
|
Answer» The following are the Applets information METHODS: getAppletInfo() method: RETURNS a string describing the applet, its AUTHOR, COPYRIGHT information, etc. getParameterInfo() method: Returns an array of string describing the applets parameters. The following are the Applets information methods: getAppletInfo() method: Returns a string describing the applet, its author, copyright information, etc. getParameterInfo() method: Returns an array of string describing the applets parameters. |
|