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 are different types of control structures?
Does string isempty check for null?
Can we have multiple public classes in a java source file?
What is nextline method in java?
What is style and indentation?
Can a static member function access member variable of an object?
What is the different between get and post?
What flag up means?
What is an array length?
What are the advantages of autoboxing?
Can we override the private methods?
What does i ++ mean in Java?
Is {a, n, d} a palindrome? If you are given a random string, is it a palindrome or not?
What do heavy weight components mean in java programming?
Where is java located?