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

Does set allows null in java?

0 Answers  


Explain about map interface in java?

0 Answers  


How does sublist works in java?

0 Answers  


What is a java predicate?

0 Answers  


What is ResourceBundle class?

1 Answers  






How does multithreading take place on a computer with a single cpu in java programming?

0 Answers  


Where are global variables stored?

0 Answers  


why doesn't java run on all platforms?

0 Answers  


What does java stand for?

0 Answers  


Why Wait and notify are kept in Object class although they are used only with Thread Class

2 Answers   Global Logic, Saksoft,


What is the Difference between Final Class && Abstract Class?

0 Answers   HCL,


How do you compare values in java?

0 Answers  


Categories