Difference between Hash Table and Hash Map?
Answer Posted / guest
HashTable is synchronized where as HashMap is not.
HashMap allows null values for (key,value) for only once
where as HashTable does not.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Is integer immutable in java?
Is treeset sorted in java?
Explain abstract class in java?
How do I find and replace in word?
What is callable java?
What is type safety in java?
What is final keyword in java? Give an example.
What is a priority queue java?
What makes a function well defined?
How do you convert bytes to character in java?
Write a program to check string is palindrome without using loop?
What is method reference in java?
Difference between keyword and identifier.
What are the principle concepts of oops?
Does list maintain insertion order java?