What is parameter tag and what is its use?



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

Post New Answer

More Core Java Interview Questions

Is 0 true or false?

0 Answers  


What is instance means in java?

0 Answers  


Is string is a keyword in java?

0 Answers  


What is the difference between multiple processes and multiple threads?

0 Answers  


What is the difference between actual and formal parameters?

0 Answers  






How do you create a null object?

0 Answers  


Explain heap sort?

0 Answers   Flextronics,


Why null value is used in string?

0 Answers  


What is fail first in java?

0 Answers  


Difference between comparator and comparable in java?

0 Answers  


Can a final variable be manipulated in java?

0 Answers  


What is classpath?

0 Answers  


Categories