what is Hashmap & Hashtable wirh example?
Answer Posted / 20/04/2008
hashmap class is not syncronized but hasTable is syncronized
. both stores key and value. hashtable is part of legasy
class we can use enumerator interface of this hashtable class.
| Is This Answer Correct ? | 27 Yes | 3 No |
Post New Answer View All Answers
What is meant by overloading?
What is the independent variable in an experiment?
What will be the output of round(3.7) and ceil(3.7)?
What is application tier?
Can we have a method name same as class name in java?
What is the purpose of static keyword in java?
How can we make a class singleton?
How do you include a string in java?
What is the role of the java.rmi.naming class?
What are the drawbacks for singleton class?
Is 0 true or false?
Explain java code for recursive solution's base case?
What is integers and example?
How is Object Oriented Programming different from Procedure Oriented Programming?
What is difference between local variable and global variable?