Explain the difference between getAppletInfo and
getParameterInfo?
Answer Posted / sathya
The getAppletInfo() method will return a string that
describes the applet. The getParameterInfo() method will
return an array of string arrays that specify the name,
type, and description of each parameter.
Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What is keyword and identifier?
What is java lang object?
How does a cookie work in Servlets?
Can we define private and protected modifiers for the members in interfaces?
How long will it take to learn java?
What is the escape character in java?
why java uses class level type casting ?
Which sorting is used in arrays sort in java?
Explain super keyword in java.
What is length in java?
What is google full form?
What is == in java?
What is super constructor?
What is super?
How do you declare an array that will hold more than 64KB of data?