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 |
Can I declare a class as private?
What is multiple inheritance? Is it supported by java?
Differences between GridLayout and GridBagLayout?
What is the preferred size of a component in java programming?
Can you add null to a list java?
Which list is sorted in java?
How does singleton class work?
What is return used for in java?
What are the types of arrays in java?
What do you know about the garbate collector?
What is a method ?
What is thread safe in java?