Answer Posted / 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 View All Answers
What are the restrictions imposed on method overriding?
What is a qms manual?
What is lambda expression in java?
What is the meaning of variable in research?
What is the basic concept of java?
what is the role of xml in core java?? and how we can use it?? can somebody give a sample program with explanation and from where i can read more about xml?????
Give me example of derived data types.
What will happen if static modifier is removed from the signature of the main method?
This abstract class is correct ? abstract class A { public abstract void Disp(); public abstract void B() { } public absract virtual C() { } }
What is printwriter in java?
When do we use hashset over treeset?
If we allocate the memory using 'new' & de-allocated using 'free' then what will happen?
What is the exact difference in between Unicast and Multicast object? Where will it be used?
What is difference between arraylist and list in java?
What is argument in java?