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
When a thread is executing synchronized methods , then is it possible to execute other synchronized methods simultaneously by other threads?
What are different types of control structures?
What is public/private protected in java?
How many types of memory areas are allocated by JVM in java?
What is the Concept of Encapsulation in OOPS
Why are getters and setters used?
What is a dynamic array in java?
Explain about map interface in java?
Can we override the overloaded method?
What is the difference between arraylist and hashset in java?
What is double in java?
What is indexof in java?
How do you decide when to use arraylist and linkedlist?
Is string is a keyword in java?
Explain tree set and its features?