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 does function identity () do?
what is meant by Garbage collection?
What is the significance of continue jump statement? Explain with an example.
What is object cloning in Java?
what is the significance of listiterator in java?
Can we force garbage collector to run ?
What are JVM.JRE, J2EE, JNI?
What is a condition in programming?
What is class forname used for?
What is the difference between compare and compareto in java?
What is string pool?
java program with complete 4 oops concepts implemented example
Why can't you declare a class as protected?
What is console based application in java?
What is stack example?