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
How will you reverse a singly-link list?
Why should I use abstract class?
Is java free for commercial?
What is locale?
Can we override constructor?
Explain thread in java?
Explain oops concepts in detail?
How do you reverse a string in java without using string buffer?
Why java is not 100% object-oriented?
What happens when you add a double value to a string?
Can you have two constructors in java?
What is a bufferedreader?
What is flush () in java?
Write a program to show whether a graph is a tree or not using adjacency matrix.
How do you differentiate abstract class from interface?