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 the loop in java?
Under what conditions is an object’s finalize() method invoked by the garbage collector?
why are wait(), notify() and notifyall() methods defined in the object class? : Java thread
What is a platform?
How many bits are used to represent unicode, ascii, utf-16, and utf-8 characters in java programming?
Is break statement can be used as labels in java?
Explain the difference between extends thread vs implements runnable in java?
What is final keyword in java? Give an example.
What is final class?
What is the advantage of functional interface in java 8?
What are exceptions
How to find the index of the largest number in an arraylist java?
Can we have more than one package statement in source file ?
why would you use a synchronized block vs. Synchronized method? : Java thread
Why is it called buffering?