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

What is a class variable?

0 Answers  


What is the difference between the >> and >>> operators?

1 Answers  


Why javac is not recognized?

0 Answers  


What is meant by memory leak?

0 Answers  


class A{ m2(){ } } class B extends A{ m2(){ } } class c extends B{ m2(){ } } class my_class extends c{ m2(){ } pulic static void main(){ ...My_class a = new my_class(); super.super.super.m2(); is this is leagal if not find what is the legal procedure in order to call A's version of m2(); }

8 Answers   Logica CMG,






Are true and false keywords?

0 Answers  


Give me an example of array and linked list? Where they can be used?

0 Answers   Ericsson,


Why are the methods of the math class static?

0 Answers  


What do you understand by Header linked List?

0 Answers   Genpact,


What is Applet Stub Interface ?

0 Answers  


What is meant by bytecode?

0 Answers  


what is the difference between pagecontext and servletcontext?

5 Answers   JBA Infotech, TCS,


Categories