Explain the difference between getAppletInfo and
getParameterInfo?
Answer / 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 |
What is an event?
What is an example of a keyword?
What does math floor () do?
Write a program to solve producer consumer problem in java?
Explain difference between final, finally and finalize?
Explain different ways of creating a thread. Which one would you prefer and why?
What are the latest versions in JAVA related areas?
What is use of valueof () in java?
Can a function return a function?
Is array serializable java?
How do you classify Dialog Box?
Explain reverse a linked list recursive java solution?