what is difference betwwen hashmap and hashtable ?
Answer Posted / javablossom
The Iterator is used in the hashmap is fail-safe and
whereas the Enumerator used in hashtable is not fail-safe.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Why is a singleton bad?
What are the new features in java 8? Explain
What type of value does sizeof return?
What does this mean java?
What is the main function in java?
explain copyonwritearraylist and when do we use copyonwritearraylist?
Can we write any code after throw statement?
What is the purpose of object oriented programming?
Why is flag used in java?
Is it possible to instantiate the abstract class?
What do you mean by an interface in java?
What is the private method modifier?
How does hashset works in java?
Implement a stack with push (), pop() and min() in O(1) time.
What is double data type?