Java Applet Programming Question:
What are the Applets information methods?
Answer:
The following are the Applet’s information methods: getAppletInfo() method: Returns a string describing the applet, its author, copyright information, etc. getParameterInfo( ) method: Returns an array of string describing the applet’s parameters.
Previous Question | Next Question |
What tags are mandatory when creating HTML to display an applet? | What are the steps involved in Applet development? |