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 |
What is object data type?
What is the relationship between clipping and repainting under awt?
transaction attributes ?
How do you find the independent variable?
what is class.forname() and how it will be useful ?
who can we create the object of a class? in how many ways we can create it (max 5)
What is treeset in java?
What is the major advantage of external iteration over internal iteration?
What is finalize()? Is finalize() similar to a destructor?
What is passing by reference in java?
Can inner class be public in java?
Why does java doesnt suuport unsigned values?