what is the difference between HashMap And HashTable?
Answer Posted / ravikiran
HashMap allows one null key and multiple null values
HashTable doesnn't allow nulls
HashMap is not synchronized
hashtable is synchronized
| Is This Answer Correct ? | 13 Yes | 0 No |
Post New Answer View All Answers
Are generics important java?
Which class is used by server applications to obtain a port and listen for client requests?
Explain 5 io best practices?
why an outer class cannot be declared as private?
What is a method in coding?
What is the multi-catch block in java?
What is bigger kb or mb?
How do I know if java is installed?
I am a fresher and know core java, c languge, html, css etc if I am illegible for any job then send it on my email tatranakshay276@gmail.com
Is string is a class in java?
Why to use nested classes in java? (Or) what is the purpose of nested class in java?
Can we assign the reference to this variable?
What do bitwise operators do?
What class of exceptions are generated by the java run-time system?
What is a Hash Table? What are the advantages of using a hash table?