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
What is a buffer in java?
Can a class have more than one object?
What is class array in java?
When can you say a graph to be a tree?
What is the purpose of sizeof operator?
What data type is string java?
How strings are created in java?
What is method with example?
What are the procedures?
Is void a return type?
What do you mean by mnemonics?
Justify your answer that you can't define a method inside another method in java, if you can then how?
what state does a thread enter when it terminates its processing? : Java thread
What is the output of the below java program?
explain the concept of virtual method invocation in polymorphism in detail?