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 are the basics of core java?
Can a class extends itself in java?
Difference between arraylist and vector.
Why can't we override private static methods?
What is the unit of plancks constant?
How to perform quicksort in java?
What are the advantages of exception handling in java?
What is a instance variable in java?
Explain about narrowing conversion in java?
What is difference between java and java ee?
What is flush () in java?
What is a double?
What is collection class in java?
Write a java program to generate fibonacci series ?
What is meant by null and void?