What is the difference between getAppletInfo and getParameterInfo ?
The getAppletInfo() method returns the string that describes the applet. The getParameterInfo() method returns an array of string arrays that specify the name,type, and description of each of the parameter.