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
What is the use of arraylist class in java?
What are thread local variables?
How many bits is a word?
Hi Anyone know the model / questions of the Federal bank sample questions for the post of Specialist Officers - Programmers. Please post if anyone have..
What is the use of jtable?
Give the difference between the println method and sqrt method?
What is threaded programming and when is it used? : Java thread
What does string intern() method do?
What is empty string literal in java?
What is static block?
Is array serializable java?
What is remote method invocation (rmi)?
Can we have any code between try and catch blocks?
Describe how to implement singleton design pattern in struts.
Difference between method overloading and method overriding in java ?