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
What is a local class in java?
Define interface in java?
what is an objects lock and which objects have locks? : Java thread
What is independent and dependent variables in research?
What is meant by null and void?
Difference between notify() method and notifyall() method in java?
What is the common usage of serialization? What exceptions occur during serialization?
Is it correct to say that due to garbage collection feature in java, a java program never goes out of memory?
Why java is called not pure object oriented language?
What is a map? What are the implementations of map?
What does yield method of the thread class do?
Why is java architectural neutral?
what is aggregation in java?
How do you compare characters in java?
How many bytes is string in java?