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 |
What is java virtual machine and how it is considered in context of java’s platform independent feature?
What is default size of arraylist in java?
Does java arraylist maintain insertion order?
Is java call by reference?
When would you use a static class?
Which list is sorted in java?
In Java why we write public static void main(String args[]) why not main()?
46 Answers Aptech, GE Healthcare, Infosys, Microsoft, New Horizon, Practical Viva Questions, TCS, Wipro,
What is entry in java?
What is bool mean?
what is server side caching?
I have a sorting issue with a Hashmap. My constraint is that I MUST use the Hashmap and work with existing code. I do a database query and place the results in a Hashmap. When I iterate thru the Hashmap, it loses the original alphabetical sorting done by the database. So, my problem is that I must sort the results coming out of the Hashmap which is then placed into another class.
What is static synchronization?