What is difference between hash mapping and hash table?
Answer Posted / murali.s
hashtable is a Synchronized.
hashmap is not a Synchrobnized.
Hashtable doesn,t accept null key,values
Hashmap accept null key,values
Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What are the types of collections in java?
What is appletviewer?
Write a function to find out longest palindrome in a given string?
What is the use of join method?
How do you test a method for an exception using junit?
What is size () in java?
Difference between vector and arraylist.
What is java oops?
What is the type of lambda expression?
What is string made of?
What do you mean by mnemonics?
What is the integer of 16?
what are abstract functions?
What are the important features of Java 10 release?
If two threads have same priority which thread will be executed first ?