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
Can an arraylist be empty?
what is recursion in java
What is anti pattern in programming?
Is math an abstract class in java?
What are the advantages of java over cpp?
what is the role of xml in core java?? and how we can use it?? can somebody give a sample program with explanation and from where i can read more about xml?????
What is the meaning of 3 dots in java?
What is 16 bits called?
Can a method be overloaded based on different return type but same argument type?
What is difference between length and length() method in java ?
What is function and its uses?
Why is java so important?
Which of the following classes will have more memory allocated?
Hi friends am new to java. I read jar file means collection of java files. For executing struts application what are the necessary jar files. " struts.jar " file contains what. can u explain
Is sizeof a keyword in java programming?