Java Applet Programming Question:
Download Job Interview Questions and Answers PDF
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.
Download Java Applet Interview Questions And Answers
PDF
Previous Question | Next Question |
What tags are mandatory when creating HTML to display an applet? | What are the steps involved in Applet development? |