Tuesday, March 10, 2009

What are the methods to retrive information about an applet (Applets)

Question :What are the methods to retrive information about an applet? (Applets)
Answer :getAppletInfo() : Returns a string describing the applet, its author,
copyright information, etc.
getParameterInfo( ) method: Returns an array of string describing the
applet’s parameters

No comments: