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 happens when the main() isn't declared as static?
What is a consumer in java?
Can constructor be inherited?
When do we use synchronized methods in java?
Are variables stored in ram?
Why main method is static in java?
How to reverse a string in java?
What are the differences between include directive and include action?
IS method overriding is Duplication of Methods?
how to create a jar file in java
What is increment in java?
Why spring singleton is not thread safe?