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

Explain list interface?

0 Answers  


What is a qms manual?

0 Answers  


What is lambda programming?

0 Answers  


how a programmer confirms that the data submitted has been succesfully inserted into the database(either oracle or my sql).. How a programmer confirm if there is any problem with the program he wrote for insertion... ANS:--- >executeupdate method is having boolean return type, if anything goes wrong in data insertion or data updation, it would return false. otherwise, if it successfully inserts data into the database, it would return true NOW HOW TO I CHECK IN MY DURING EXECUTION WHETHER IT RETURNS TRUE OR FALSE... WELL IT WILL DISPLAY ANY MESSAGE OR NOT

0 Answers   Google,


what is platform dependent translation and platform dependent programming language

2 Answers  






Which method cannot be overridden in java?

0 Answers  


What is the difference between @before and @beforeclass annotation?

0 Answers  


What is an example of a boolean?

0 Answers  


What is the size of arraylist in java?

0 Answers  


Explain what do you mean by functional overloading in java?

0 Answers   Maveric, Verifone,


What is the destroy method?

0 Answers  


What is the difference between equals() and == in java?

0 Answers  


Categories