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
How do you generate random numbers in java?
What is a loop java?
How do I get 64 bit java?
What is meant by 'bit masking' in java?
Can you explain the usages of class.forname()?
What is java jit compilers?
How do you declare an array in java?
Is there a way to increase the size of an array after its declaration?
What are the differences between getting and load method?
Is arraylist a class in java?
Can we have 2 main methods in java class?
What is character in data type?
What is meant by flickering?
Can you extend main method in java?
What is purpose of keyword void?