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
worst case complexities of Quick sort and Merge sort.
When do we use hashset over treeset?
What are different types of multitasking?
How do you insert a line break?
Why are constructors used?
Is java 9 released?
Is Java a dying language?
What is the function of java?
Is passing by reference faster?
What is json parser in java?
Difference between Preemptive scheduling vs. Time slicing?
why are wait(), notify() and notifyall() methods defined in the object class? : Java thread
What is the difference between equals() and?
Which api is provided by java for operations on set of objects?
Difference between == and .equals() ?