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 |
Is java is a fully object object oriented language?
What does substring mean?
what is predefined function in java?
what is use of business objects?
What are the types of statement? explain
What is the syntax and characteristics of a lambda expression?
how to use this key word in java programming?
What is the main function in java?
String and stringbuffer both represent string objects. Can we compare string and stringbuffer in java?
Can we use static class instead of singleton?
byte a=5; byte b=5; byte c=a+b; System.out.println(c); whats the o/p?
Can you access non static variable in static context?