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 |
Which collections are thread safe in java?
Can we declare static variables in JSP page.
How can I right-justify a string?
What should I import for arraylist in java?
How to Sort Strings which are given in List and display in ascending order without using java api.
Explain java coding standards for variables ?
What is difference between string and new string?
What is the difference between static and non-static variables in java programming?
Functionality of JVM?
Define reflection.
What is anagram word?
What is "this" keyword in java? Explain