What is parameter tag and what is its use?
Answer / ashokmail
1 ) in java applets the parameter tag in html code is
used to send parameter to applet. In applet you can read
the parameters passed by html code...
2 ) in java servlet the initparameter tag is used to get
the initial parameters given from web.xml file.
| Is This Answer Correct ? | 3 Yes | 0 No |
Explain aggregation in java?
What is var keyword ?
Is array a class?
How to make a method thread safe without using synchronized keyword?
8 Answers Persistent, Societe Generale,
What is the range of the char type?
Can an interface extend a class?
Can java cast null?
What is protected access modifier?
What is a wrapper method?
What is an class?
When throw keyword is used?
Variable of the boolean type is automatically initialized as?