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 can you make sure that your singleton class will always return single instance in multi-threaded environment?
What is a method declaration?
What is an 8 bit word?
Is set thread safe java?
how to deploy tomcatserver to weblogic server? write d following steps?
Explain how to force the garbage collection in java.
What is the difference between integer parseint and integer valueof?
What are operators and its types?
What is a class object?
Is treeset sorted in java?
What does || mean in vectors?
What is java algorithm?
make a method which any number and any type of argument and print sum of that arguments.....
What is function overriding and overloading in java?
how to split string in java?