Java Applet Programming Question:

What are the Applets information methods?

Tweet Share WhatsApp

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