Java Applet Programming Question:

Download Job Interview Questions and Answers PDF

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.

Download Java Applet Interview Questions And Answers PDF

Previous QuestionNext Question
What tags are mandatory when creating HTML to display an applet?What are the steps involved in Applet development?