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 mutual exclusion? How can you take care of mutual exclusion using java threads? : Java thread
What languages are pass by reference?
How to make class immutable
What is meant by method?
Is assembly language a low level language?
Is vector synchronized in java?
What is Java Shutdown Hook?
What is natural ordering in java?
What is the basic concept of java?
Why is singleton instance static?
What is string and example?
Does substring start with 0?