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 a serializable interface?
what are abstract functions?
Difference between serialization and deserialization in java?
Difference between Web-based applications,Client- Server applications and Distributed applications?
Can a method inside a interface be declared as final?
How does the java compiler work?
Which one will take more memory: an int or integer?
Difference between Superclass and Subclass?
What is class??
When we serialize an object does the serialization mechanism saves its references too?
What are the 6 mandatory procedures for iso 9001?
Is there a sort function in java?