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 |
Why multiple inheritance is not supported by java?
What is early binding and late binding in java?
What is arraylist e?
what is servlet enginee?
can java object be locked down for exclusive use by a given thread? Or what happens when a thread cannot acquire a lock on an object? : Java thread
What is the difference between throw and throws? What is the similarity between try and throw?
What type of language is java?
Explain about narrowing conversion in java?
What is the purpose of using javap?
Can subclass overriding method declare an exception if parent class method doesn't throw an exception?
Which keyword specify that a variable is effectively final ?
What are the Abstract Classes provided by Java?