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 AWT
What is the base class for error and exception?
What are the escape sequences in java?
How do you trim a space in java?
How do you differentiate abstract class from interface?
Is a method a function?
What is the difference between access specifiers and access modifiers in java?
Can we restart a dead thread in java?
If an object reference is set to null, will the garbage collector immediately free the memory held by that object?
Define linked list and its features with signature?
Difference between operator overloading and function overloading
0 Answers Tavant Technologies, Virtusa,
What is an example of a conditional statement?