Java Applet Programming Question:

What are the Applets information methods?

Java Applet Interview Question
Java Applet Interview Question

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 QuestionNext Question
What tags are mandatory when creating HTML to display an applet?What are the steps involved in Applet development?