what is Hashmap & Hashtable wirh example?
Answer Posted / leosun
Hashtable will not allow null key nor values,where as
Hashmap allows null key and values
| Is This Answer Correct ? | 14 Yes | 8 No |
Post New Answer View All Answers
Can I learn java without any programming experience?
What is the difference between length and length() method in java?
Can constructor be synchronized?
Can private members of a base class are inheritable justify?
Is there a sort function in java?
How is java hashmap implemented?
Explain how hashmap works?
How to compare strings in java?
Which of the following classes will have more memory allocated?
How many arguments can a method have java?
Why string objects are immutable in java?
What is the difference between a synchronized method and a synchronized block?
What is the symbol for line break?
Where are register variables stored?
What are packages in java?