what is the difference between HashMap And HashTable?
Answer Posted / guest
HashMap is a nonsyncronized and HashTable is a
syncronized.
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
What is difference between java and java ee?
Should a main method be compulsorily declared in all java classes?
What is matcher in java?
Can you explain the meaning of aggregation and composition
How does arraylist size increase in java?
Explain method local inner classes ?
What do you understand by java virtual machine?
What is array class in java?
Write a java program to print fibonacci series?
Is Constructor possible in abstract class in java ?
What is the size of boolean variable?
how can i use a nonsynchronized hashtable?
When do we use synchronized blocks and advantages of using synchronized blocks?
What is ellipsis in java?
Is object a data type?