Difference between Hash Table and Hash Map?
Answer Posted / guest
Hash Table is synchronized but Hash Map is not. Means Hash
Map allow Null value for key and value but Hash Table does
not allow.
| Is This Answer Correct ? | 7 Yes | 5 No |
Post New Answer View All Answers
How to display all the prime numbers between 1 and n (n is the number, get the input from user)
What is hashset in java?
How do you calculate roots in java?
Explain the difference between string, stringbuffer and stringbuilder in java?
What does || mean in code?
Can a class be a super class and a sub-class at the same time? Give example.
Explain runtime exceptions?
What does the “static” keyword mean? Can you override private or static method in java?
What are locale settings?
What’s the difference between constructors and other methods?
What is unsigned char?
What are aggregate functions explain with examples?
How can we create an immutable class in java?
What is the difference between class & object?
Can a class have multiple subclasses?