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


Please Help Members By Posting Answers For Below Questions

What are the types of collections in java?

769


What is appletviewer?

794


Write a function to find out longest palindrome in a given string?

806


What is the use of join method?

784


How do you test a method for an exception using junit?

784


What is size () in java?

800


Difference between vector and arraylist.

763


What is java oops?

764


What is the type of lambda expression?

723


What is string made of?

720


What do you mean by mnemonics?

743


What is the integer of 16?

736


what are abstract functions?

750


What are the important features of Java 10 release?

736


If two threads have same priority which thread will be executed first ?

1123