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 |
explain System.out.println()
What is the purpose of tostring() method in java?
Why set is used in java?
Why do we need public static void main(String args[]) method in Java...?
why java main method is given as static method?
Can we extend the String class?
What are Interceptors?
Java support call by reference (pass by reference) ?
What does provide mean construction?
What is derived datatype?
What is thread life cycle?
Can we execute a program without main?